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);