From 69b461cdbe309675127e494fadd824bb17507704 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 3 Sep 2002 01:09:20 +0000 Subject: [PATCH] Fixed typo. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@965 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/app/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/app/Application.cpp b/src/kits/app/Application.cpp index 84fbdb1fe2..2916e2a451 100644 --- a/src/kits/app/Application.cpp +++ b/src/kits/app/Application.cpp @@ -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