diff --git a/xpcom/ds/nsIObserver.idl b/xpcom/ds/nsIObserver.idl index 3d41a259579a..33ffa2fb18f7 100644 --- a/xpcom/ds/nsIObserver.idl +++ b/xpcom/ds/nsIObserver.idl @@ -57,7 +57,7 @@ interface nsIObserver : nsISupports { * responsible for filtering. * * You should not modify, add, remove, or enumerate - * notifications in the implemention of observer. + * notifications in the implemention of observe. * * @param aSubject : Notification specific interface pointer. * @param aTopic : The notification topic or subject.