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
parent a9610aeedd
commit 7b3e7ddf1d

View File

@ -55,7 +55,7 @@ interface nsIErrorService : nsISupports
void registerErrorStringBundle(in short errorModule, in string stringBundleURL); 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); void unregisterErrorStringBundle(in short errorModule);