mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[HELP]
Fix a typo. svn path=/trunk/; revision=59834
This commit is contained in:
parent
d19d23f8aa
commit
fb760d1e93
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ LPCWSTR InternalCommands[] =
|
||||||
L"echos",
|
L"echos",
|
||||||
L"echoserr",
|
L"echoserr",
|
||||||
L"endlocal",
|
L"endlocal",
|
||||||
L"eease",
|
L"erase",
|
||||||
L"exit",
|
L"exit",
|
||||||
L"for",
|
L"for",
|
||||||
L"free",
|
L"free",
|
||||||
|
@ -52,8 +52,8 @@ LPCWSTR InternalCommands[] =
|
||||||
L"history",
|
L"history",
|
||||||
L"if",
|
L"if",
|
||||||
L"label",
|
L"label",
|
||||||
L"memory",
|
|
||||||
L"md",
|
L"md",
|
||||||
|
L"memory",
|
||||||
L"mkdir",
|
L"mkdir",
|
||||||
L"mklink",
|
L"mklink",
|
||||||
L"move",
|
L"move",
|
||||||
|
|
Loading…
Reference in a new issue