Bustage fix for the bug 582032 bustage fix (typo)

This commit is contained in:
Mark Banner 2010-07-30 23:08:14 +01:00
Родитель 1a12ecb04d
Коммит 2ee0ccf8b1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -780,7 +780,7 @@ nsXULAppInfo::EnsureContentProcess()
return NS_ERROR_NOT_AVAILABLE; return NS_ERROR_NOT_AVAILABLE;
return NS_OK; return NS_OK;
#else #else
return NS_ERROR_NOT_AVIALABLE; return NS_ERROR_NOT_AVAILABLE;
#endif #endif
} }