[haiku-commits] r35568 - haiku/trunk/src/kits/interface

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 21 Feb 2010 21:14:00 +0100 (CET)

Author: stippi
Date: 2010-02-21 21:14:00 +0100 (Sun, 21 Feb 2010)
New Revision: 35568
Changeset: http://dev.haiku-os.org/changeset/35568/haiku

Modified:
   haiku/trunk/src/kits/interface/Alert.cpp
Log:
Fix spelling in debugger invokation.


Modified: haiku/trunk/src/kits/interface/Alert.cpp
===================================================================
--- haiku/trunk/src/kits/interface/Alert.cpp    2010-02-21 20:13:16 UTC (rev 
35567)
+++ haiku/trunk/src/kits/interface/Alert.cpp    2010-02-21 20:14:00 UTC (rev 
35568)
@@ -464,7 +464,7 @@
 
        // 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 = "";
        }
 


Other related posts:

  • » [haiku-commits] r35568 - haiku/trunk/src/kits/interface - superstippi