* [PATCH 1/1] ShellPkg: Fix typo
@ 2021-05-05 19:45 Rebecca Cran
2021-05-05 20:38 ` [edk2-devel] " Michael D Kinney
0 siblings, 1 reply; 3+ messages in thread
From: Rebecca Cran @ 2021-05-05 19:45 UTC (permalink / raw)
To: devel, Ray Ni, Zhichao Gao; +Cc: Rebecca Cran
Fix typo of 'specified' in UefiShellDriver1CommandsLib.
Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
---
ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni
index 0e6799d01214..fc4986c8c62f 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"
--
2.26.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH 1/1] ShellPkg: Fix typo
2021-05-05 19:45 [PATCH 1/1] ShellPkg: Fix typo Rebecca Cran
@ 2021-05-05 20:38 ` Michael D Kinney
2021-05-06 8:21 ` Gao, Zhichao
0 siblings, 1 reply; 3+ messages in thread
From: Michael D Kinney @ 2021-05-05 20:38 UTC (permalink / raw)
To: devel@edk2.groups.io, rebecca@nuviainc.com, Ni, Ray, Gao, Zhichao,
Kinney, Michael D
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Rebecca Cran
> Sent: Wednesday, May 5, 2021 12:46 PM
> To: devel@edk2.groups.io; Ni, Ray <ray.ni@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>
> Cc: Rebecca Cran <rebecca@nuviainc.com>
> Subject: [edk2-devel] [PATCH 1/1] ShellPkg: Fix typo
>
> Fix typo of 'specified' in UefiShellDriver1CommandsLib.
>
> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> ---
> ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni
> b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni
> index 0e6799d01214..fc4986c8c62f 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"
> --
> 2.26.2
>
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH 1/1] ShellPkg: Fix typo
2021-05-05 20:38 ` [edk2-devel] " Michael D Kinney
@ 2021-05-06 8:21 ` Gao, Zhichao
0 siblings, 0 replies; 3+ messages in thread
From: Gao, Zhichao @ 2021-05-06 8:21 UTC (permalink / raw)
To: Kinney, Michael D, devel@edk2.groups.io, rebecca@nuviainc.com,
Ni, Ray
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Thanks,
Zhichao
> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Thursday, May 6, 2021 4:39 AM
> To: devel@edk2.groups.io; rebecca@nuviainc.com; Ni, Ray
> <ray.ni@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: RE: [edk2-devel] [PATCH 1/1] ShellPkg: Fix typo
>
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
>
>
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> Rebecca
> > Cran
> > Sent: Wednesday, May 5, 2021 12:46 PM
> > To: devel@edk2.groups.io; Ni, Ray <ray.ni@intel.com>; Gao, Zhichao
> > <zhichao.gao@intel.com>
> > Cc: Rebecca Cran <rebecca@nuviainc.com>
> > Subject: [edk2-devel] [PATCH 1/1] ShellPkg: Fix typo
> >
> > Fix typo of 'specified' in UefiShellDriver1CommandsLib.
> >
> > Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> > ---
> >
> >
> ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsL
> > ib.uni | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git
> >
> a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1Command
> > sLib.uni
> >
> b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1Comman
> d
> > sLib.uni index 0e6799d01214..fc4986c8c62f 100644
> > ---
> >
> a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1Command
> > sLib.uni
> > +++
> b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1Com
> > +++ mandsLib.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"
> > --
> > 2.26.2
> >
> >
> >
> >
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-06 8:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-05 19:45 [PATCH 1/1] ShellPkg: Fix typo Rebecca Cran
2021-05-05 20:38 ` [edk2-devel] " Michael D Kinney
2021-05-06 8:21 ` Gao, Zhichao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox