From 036ac5a2985c1060240faab1aa820f5dac4ab12d Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 6 Jan 2003 10:40:58 +0000 Subject: [PATCH] fixed a typo Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@623 --- src/shell/shell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index 237a545f..5d9dba50 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -188,7 +188,7 @@ void SHELL_Init() { MSG_Add("SHELL_CMD_CHDIR_ERROR","Unable to change to: %s\n"); MSG_Add("SHELL_CMD_MKDIR_ERROR","Unable to make: %s\n"); MSG_Add("SHELL_CMD_RMDIR_ERROR","Unable to remove: %s\n"); - MSG_Add("SHELL_CMD_DEL_ERROR","Unable to delete: %s\n"); + MSG_Add("SHELL_CMD_DEL_ERROR","Unable to delete: %s\n"); MSG_Add("SHELL_SYNTAXERROR","The syntax of the command is incorrect.\n"); MSG_Add("SHELL_CMD_SET_NOT_SET","Environment variable %s not defined\n"); MSG_Add("SHELL_CMD_SET_OUT_OF_SPACE","Not enough environment space left.\n"); @@ -206,7 +206,7 @@ void SHELL_Init() { MSG_Add("SHELL_EXECUTE_ILLEGAL_COMMAND","Illegal command: %s.\n"); MSG_Add("SHELL_STARTUP","DOSBox Shell v" VERSION "\n" - "DOSBox doesn't not run protected mode games!\n" + "DOSBox does not run protected mode games!\n" "For supported shell commands type: HELP\n" #if! defined (WIN32) "DOSBox only works with upcase filenames as dos is case-insensitive.\n"