From fb760d1e93f559fe400685fb84d05a2783080654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 26 Aug 2013 13:19:31 +0000 Subject: [PATCH] [HELP] Fix a typo. svn path=/trunk/; revision=59834 --- reactos/base/applications/cmdutils/help/help.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/base/applications/cmdutils/help/help.h b/reactos/base/applications/cmdutils/help/help.h index 572e9f6aaa7..8b13a83abe5 100644 --- a/reactos/base/applications/cmdutils/help/help.h +++ b/reactos/base/applications/cmdutils/help/help.h @@ -43,7 +43,7 @@ LPCWSTR InternalCommands[] = L"echos", L"echoserr", L"endlocal", - L"eease", + L"erase", L"exit", L"for", L"free", @@ -52,8 +52,8 @@ LPCWSTR InternalCommands[] = L"history", L"if", L"label", - L"memory", L"md", + L"memory", L"mkdir", L"mklink", L"move",