From 216cd910b66d3957a016e120b30fd1b33cd572a1 Mon Sep 17 00:00:00 2001 From: Philippe Saint-Pierre Date: Sun, 27 Jun 2010 01:36:47 +0000 Subject: [PATCH] Fix small typo in safe mode options menu. "compatibilty" => "compatibility" git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37268 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/loader/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/loader/menu.cpp b/src/system/boot/loader/menu.cpp index 889df55393..b194e74b35 100644 --- a/src/system/boot/loader/menu.cpp +++ b/src/system/boot/loader/menu.cpp @@ -670,7 +670,7 @@ add_safe_mode_menu() 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