From dccf719a0c3b26e31e54790a92b65df05b8bec71 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Fri, 26 Oct 2001 00:11:18 +0000 Subject: [PATCH] fixes spelling error in interface comment --- xpcom/ds/nsIObserver.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/ds/nsIObserver.idl b/xpcom/ds/nsIObserver.idl index 3d41a259579..33ffa2fb18f 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.