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:
parent
43a7eb6ca5
commit
481baf2eef
@ -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 = "";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user