diff options
author | Rebecca Cran <rebecca@nuviainc.com> | 2021-05-06 03:45:30 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-06-09 06:12:52 +0000 |
commit | beb443fde09e2f7ff32a699e44ac6480b068d9ec (patch) | |
tree | 1069844085485aba28f08049f81f8d4c4ae747b7 /ShellPkg | |
parent | 558d83ab1a5179e146a56dd5f3cb16e1ca44ff46 (diff) | |
download | edk2-beb443fde09e2f7ff32a699e44ac6480b068d9ec.tar.gz |
ShellPkg: Fix typo
Fix typo of 'specified' in UefiShellDriver1CommandsLib.
Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni index 0e6799d012..fc4986c8c6 100644 --- a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni +++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni @@ -324,7 +324,7 @@ " disconnect all child handles of the 'DeviceHandle'.\r\n"
" 3. If the '-r' option is specified, all consoles and drivers will be\r\n"
" disconnected from all devices in the system, then consoles are\r\n"
-" reconnected. If the '-nc' option is also spcified, then console devices\r\n"
+" reconnected. If the '-nc' option is also specified, then console devices\r\n"
" are not reconnected.\r\n"
" 4. This command does not support output redirection.\r\n"
".SH EXAMPLES\r\n"
|