Fix spelling error in a log message (bug 443520).

This commit is contained in:
Jesse Ruderman 2008-07-05 18:09:24 -07:00
Родитель 1d44a8b2f7
Коммит a1dd1f31eb
1 изменённых файлов: 2 добавлений и 2 удалений

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

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