* [edk2-libc Patch] AppPkg/Applications/Sockets/SetHostName: Fix spelling of "Platform"
@ 2021-08-18 22:49 Michael D Kinney
2021-08-19 1:44 ` Rebecca Cran
0 siblings, 1 reply; 2+ messages in thread
From: Michael D Kinney @ 2021-08-18 22:49 UTC (permalink / raw)
To: devel; +Cc: Rebecca Cran
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1664
Cc: Rebecca Cran <rebecca@nuviainc.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
AppPkg/Applications/Sockets/SetHostName/SetHostName.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/AppPkg/Applications/Sockets/SetHostName/SetHostName.c b/AppPkg/Applications/Sockets/SetHostName/SetHostName.c
index 10db5b6..8cfa811 100644
--- a/AppPkg/Applications/Sockets/SetHostName/SetHostName.c
+++ b/AppPkg/Applications/Sockets/SetHostName/SetHostName.c
@@ -56,7 +56,7 @@ main (
break;
case ENODEV:
- Print ( L"WARNING - Plarform does not support permanent storage!\r\n" );
+ Print ( L"WARNING - Platform does not support permanent storage!\r\n" );
break;
case ENOMEM:
--
2.32.0.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [edk2-libc Patch] AppPkg/Applications/Sockets/SetHostName: Fix spelling of "Platform"
2021-08-18 22:49 [edk2-libc Patch] AppPkg/Applications/Sockets/SetHostName: Fix spelling of "Platform" Michael D Kinney
@ 2021-08-19 1:44 ` Rebecca Cran
0 siblings, 0 replies; 2+ messages in thread
From: Rebecca Cran @ 2021-08-19 1:44 UTC (permalink / raw)
To: Michael D Kinney, devel
Reviewed-by: Rebecca Cran <rebecca@nuviainc.com>
--
Rebecca Cran
On 8/18/21 4:49 PM, Michael D Kinney wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1664
>
> Cc: Rebecca Cran <rebecca@nuviainc.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> AppPkg/Applications/Sockets/SetHostName/SetHostName.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/AppPkg/Applications/Sockets/SetHostName/SetHostName.c b/AppPkg/Applications/Sockets/SetHostName/SetHostName.c
> index 10db5b6..8cfa811 100644
> --- a/AppPkg/Applications/Sockets/SetHostName/SetHostName.c
> +++ b/AppPkg/Applications/Sockets/SetHostName/SetHostName.c
> @@ -56,7 +56,7 @@ main (
> break;
>
> case ENODEV:
> - Print ( L"WARNING - Plarform does not support permanent storage!\r\n" );
> + Print ( L"WARNING - Platform does not support permanent storage!\r\n" );
> break;
>
> case ENOMEM:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-19 1:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-18 22:49 [edk2-libc Patch] AppPkg/Applications/Sockets/SetHostName: Fix spelling of "Platform" Michael D Kinney
2021-08-19 1:44 ` Rebecca Cran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox