[haiku-commits] r37268 - haiku/trunk/src/system/boot/loader

  • From: stpere@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 27 Jun 2010 03:36:47 +0200 (CEST)

Author: stpere
Date: 2010-06-27 03:36:47 +0200 (Sun, 27 Jun 2010)
New Revision: 37268
Changeset: http://dev.haiku-os.org/changeset/37268/haiku

Modified:
   haiku/trunk/src/system/boot/loader/menu.cpp
Log:
Fix small typo in safe mode options menu.

"compatibilty" => "compatibility"


Modified: haiku/trunk/src/system/boot/loader/menu.cpp
===================================================================
--- haiku/trunk/src/system/boot/loader/menu.cpp 2010-06-26 18:30:25 UTC (rev 
37267)
+++ haiku/trunk/src/system/boot/loader/menu.cpp 2010-06-27 01:36:47 UTC (rev 
37268)
@@ -670,7 +670,7 @@
        safeMenu->AddItem(item = new(nothrow) MenuItem("Disable IDE DMA"));
        item->SetData(B_SAFEMODE_DISABLE_IDE_DMA);
        item->SetType(MENU_ITEM_MARKABLE);
-    item->SetHelpText("Disables IDE DMA, increasing IDE compatibilty "
+    item->SetHelpText("Disables IDE DMA, increasing IDE compatibility "
                "at the expense of performance.");
 
 #if B_HAIKU_PHYSICAL_BITS > 32


Other related posts:

  • » [haiku-commits] r37268 - haiku/trunk/src/system/boot/loader - stpere