зеркало из https://github.com/mozilla/gecko-dev.git
Fix spelling error in a log message (bug 443520).
This commit is contained in:
Родитель
1d44a8b2f7
Коммит
a1dd1f31eb
|
@ -718,9 +718,9 @@ nsresult nsComponentManagerImpl::Shutdown(void)
|
|||
if (mRegistryDirty) {
|
||||
nsresult rv = WritePersistentRegistry();
|
||||
if (NS_FAILED(rv)) {
|
||||
PR_LOG(nsComponentManagerLog, PR_LOG_ERROR, ("nsComponentManager: Could not write out perisistant registry."));
|
||||
PR_LOG(nsComponentManagerLog, PR_LOG_ERROR, ("nsComponentManager: Could not write out persistent registry."));
|
||||
#ifdef DEBUG
|
||||
printf("Could not write out perisistant registry!\n");
|
||||
printf("Could not write out persistent registry!\n");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче