From 26085a24c6f71de36dfcf55d7ee1024f98cf92b6 Mon Sep 17 00:00:00 2001 From: Yana Stamcheva Date: Thu, 17 Jul 2008 23:14:28 +0000 Subject: [PATCH] spelling corrections contributed by Damian Johnson --- .../communicator/impl/notification/EventNotification.java | 2 +- .../service/notification/NotificationService.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/net/java/sip/communicator/impl/notification/EventNotification.java b/src/net/java/sip/communicator/impl/notification/EventNotification.java index db30e981f..9a48d810d 100644 --- a/src/net/java/sip/communicator/impl/notification/EventNotification.java +++ b/src/net/java/sip/communicator/impl/notification/EventNotification.java @@ -157,7 +157,7 @@ public boolean isActive() } /** - * Activates or desactivates this event notification. + * Activates or deactivates this event notification. * * @param isActive indicates if this event notification is active */ diff --git a/src/net/java/sip/communicator/service/notification/NotificationService.java b/src/net/java/sip/communicator/service/notification/NotificationService.java index 2bc0d443e..6026354c9 100644 --- a/src/net/java/sip/communicator/service/notification/NotificationService.java +++ b/src/net/java/sip/communicator/service/notification/NotificationService.java @@ -353,13 +353,13 @@ public void fireNotification( String eventType, public void fireNotification(String eventType); /** - * Activates or desactivates all notification actions related to the + * Activates or deactivates all notification actions related to the * specified eventType. This method does nothing if the given * eventType is not contained in the list of registered event types. * * @param eventType the name of the event, which actions should be activated - * /desactivated. - * @param isActive indicates whether to activate or desactivate the actions + * /deactivated. + * @param isActive indicates whether to activate or deactivate the actions * related to the specified eventType. */ public void setActive(String eventType, boolean isActive);