From e9503e26f5fbdb315bb2274aa4a2c4d3ab49cc45 Mon Sep 17 00:00:00 2001 From: Ryan Leavengood Date: Thu, 24 Sep 2009 05:47:32 +0000 Subject: [PATCH] Fix typo spotted by Joel Cox: thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33259 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/InstallerWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index 802d067e83..1867daee3c 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -455,7 +455,7 @@ InstallerWindow::MessageReceived(BMessage *msg) char status[1024]; snprintf(status, sizeof(status), "Installation completed. " "Boot sector has been written to '%s'. Press Quit to %s " - "or chose a new target volume to perform another " + "or choose a new target volume to perform another " "installation.", dstItem ? dstItem->Name() : "???", quitString); _SetStatusMessage(status); fInstallStatus = kFinished;