Fixed typo.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@965 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
bb74cb4be5
commit
69b461cdbe
@ -637,7 +637,7 @@ void BApplication::InitData(const char* signature, status_t* error)
|
||||
}
|
||||
// check whether be_roster is valid
|
||||
if (fInitError == B_OK && !isRegistrar && !_is_valid_roster_mess_(false)) {
|
||||
printf("FATAL: be_roster is not invalid. Is the registrar running?\n");
|
||||
printf("FATAL: be_roster is not valid. Is the registrar running?\n");
|
||||
fInitError = B_NO_INIT;
|
||||
}
|
||||
// check whether or not we are pre-registered
|
||||
|
Loading…
Reference in New Issue
Block a user