Bug 697102 - Correct the comment for unregisterErrorStringBundle(); r=bsmedberg DONTBUILD

This commit is contained in:
ISHIKAWA Chiaki 2011-10-31 18:03:29 +00:00
Родитель 69a47737d4
Коммит 8ee583ea11
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -55,7 +55,7 @@ interface nsIErrorService : nsISupports
void registerErrorStringBundle(in short errorModule, in string stringBundleURL);
/**
* Registers a string bundle URL for an error module.
* Unregisters a string bundle URL for an error module.
*/
void unregisterErrorStringBundle(in short errorModule);