Fix spelling in debugger invokation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35568 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-02-21 20:14:00 +00:00
parent 43a7eb6ca5
commit 481baf2eef
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ BAlert::_InitObject(const char* text, const char* button0, const char* button1,
// Must have at least one button
if (button0 == NULL) {
debugger("BAlert's must have at least one button.");
debugger("BAlerts must have at least one button.");
button0 = "";
}