fixes spelling error in interface comment

This commit is contained in:
dougt%netscape.com 2001-10-26 00:11:18 +00:00
Родитель a74e9d9e5d
Коммит 4ecfccb0ba
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.