public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-test 1/1] uefi-sct/SctPkg: typo Positoin
@ 2021-03-04  3:32 Heinrich Schuchardt
  2021-03-17 15:41 ` G Edhaya Chandran
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-03-04  3:32 UTC (permalink / raw)
  To: EDK II Development
  Cc: Eric Jin, G Edhaya Chandran, Barton Gao, Arvin Chen,
	Samer El-Haj-Mahmoud, Heinrich Schuchardt

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3244

%s/Positoin/Position/g
%s/positoin/position/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 .../BlackBoxTest/SimpleTextOutBBTestConformance_efi.c         | 4 ++--
 .../BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c        | 4 ++--
 .../BlackBoxTest/SimpleTextOutBBTestFunction_efi.c            | 4 ++--
 .../BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c           | 4 ++--
 .../BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c        | 4 ++--
 .../BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c           | 4 ++--
 .../SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c  | 2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_efi.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_efi.c
index 3b394f242434..8b8c3f86f3ca 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_efi.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_efi.c
@@ -840,7 +840,7 @@ BBTestSetCursorPositionConformanceAutoTest (
                      AssertionType,
                      gSimpleTextOutputConformanceTestAssertionGuid009,
                      L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPosition() with invalid position, mode position integrity",
-                     L"%a:%d: Mode=%d, Positoin=(%d x %d) Current: Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
+                     L"%a:%d: Mode=%d, Position=(%d x %d) Current: Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
                      L" Expected:Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.",
                      __FILE__,
                      (UINTN)__LINE__,
@@ -873,7 +873,7 @@ BBTestSetCursorPositionConformanceAutoTest (
                      StandardLib,
                      AssertionType,
                      gSimpleTextOutputConformanceTestAssertionGuid010,
-                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPositoin() with invalid Position",
+                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPosition() with invalid Position",
                      L"%a:%d: Status = %r, Mode = %d, Position = (%d x %d)",
                      __FILE__,
                      (UINTN)__LINE__,
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c
index 9afb3c0882b7..99e14d7b3bae 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c
@@ -838,7 +838,7 @@ BBTestSetCursorPositionConformanceAutoTest (
                      AssertionType,
                      gSimpleTextOutputConformanceTestAssertionGuid009,
                      L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPosition() with invalid position, mode position integrity",
-                     L"%a:%d: Mode=%d, Positoin=(%d x %d) Current: Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
+                     L"%a:%d: Mode=%d, Position=(%d x %d) Current: Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
                      L" Expected:Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.",
                      __FILE__,
                      (UINTN)__LINE__,
@@ -871,7 +871,7 @@ BBTestSetCursorPositionConformanceAutoTest (
                      StandardLib,
                      AssertionType,
                      gSimpleTextOutputConformanceTestAssertionGuid010,
-                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPositoin() with invalid Position",
+                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPosition() with invalid Position",
                      L"%a:%d: Status = %r, Mode = %d, Position = (%d x %d)",
                      __FILE__,
                      (UINTN)__LINE__,
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_efi.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_efi.c
index e59e51fc12bb..6b3db8a054ab 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_efi.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_efi.c
@@ -4835,7 +4835,7 @@ BBTestSetCursorPositionFunctionManualTest (
       BackupMode (SimpleOut, &ModeExpected);

       //
-      // Set cursor positoin to (IndexRow * IndexColumn)
+      // Set cursor position to (IndexRow * IndexColumn)
       //
       Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn, IndexRow);

@@ -5155,7 +5155,7 @@ BBTestSetCursorPositionFunctionAutoTest (
         BackupMode (SimpleOut, &ModeExpected);

         //
-        // Set cursor positoin to (IndexRow * IndexColumn)
+        // Set cursor position to (IndexRow * IndexColumn)
         //
         Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn, IndexRow);

diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c
index 9b0ae233ce5f..04724f554e09 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c
@@ -4123,7 +4123,7 @@ BBTestSetCursorPositionFunctionManualTest (
       BackupMode (SimpleOut, &ModeExpected);

       //
-      // Set cursor positoin to (IndexRow * IndexColumn)
+      // Set cursor position to (IndexRow * IndexColumn)
       //
       Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn, IndexRow);

@@ -4414,7 +4414,7 @@ BBTestSetCursorPositionFunctionAutoTest (
         BackupMode (SimpleOut, &ModeExpected);

         //
-        // Set cursor positoin to (IndexRow * IndexColumn)
+        // Set cursor position to (IndexRow * IndexColumn)
         //
         Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn, IndexRow);

diff --git a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c
index 9afb3c0882b7..99e14d7b3bae 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c
@@ -838,7 +838,7 @@ BBTestSetCursorPositionConformanceAutoTest (
                      AssertionType,
                      gSimpleTextOutputConformanceTestAssertionGuid009,
                      L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPosition() with invalid position, mode position integrity",
-                     L"%a:%d: Mode=%d, Positoin=(%d x %d) Current: Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
+                     L"%a:%d: Mode=%d, Position=(%d x %d) Current: Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
                      L" Expected:Cursor Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.",
                      __FILE__,
                      (UINTN)__LINE__,
@@ -871,7 +871,7 @@ BBTestSetCursorPositionConformanceAutoTest (
                      StandardLib,
                      AssertionType,
                      gSimpleTextOutputConformanceTestAssertionGuid010,
-                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPositoin() with invalid Position",
+                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition - SetCursorPosition() with invalid Position",
                      L"%a:%d: Status = %r, Mode = %d, Position = (%d x %d)",
                      __FILE__,
                      (UINTN)__LINE__,
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c
index 9b0ae233ce5f..04724f554e09 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c
@@ -4123,7 +4123,7 @@ BBTestSetCursorPositionFunctionManualTest (
       BackupMode (SimpleOut, &ModeExpected);

       //
-      // Set cursor positoin to (IndexRow * IndexColumn)
+      // Set cursor position to (IndexRow * IndexColumn)
       //
       Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn, IndexRow);

@@ -4414,7 +4414,7 @@ BBTestSetCursorPositionFunctionAutoTest (
         BackupMode (SimpleOut, &ModeExpected);

         //
-        // Set cursor positoin to (IndexRow * IndexColumn)
+        // Set cursor position to (IndexRow * IndexColumn)
         //
         Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn, IndexRow);

diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c
index 56756a93865b..c02fc58f935d 100644
--- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c
+++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c
@@ -1862,7 +1862,7 @@ Routine Description:
   X0          - the top left X position in screen
   Y0          - the top left Y position in screen
   X1          - the bottom right X position in screen
-  Y1          - the bottom right Y positoin in screen
+  Y1          - the bottom right Y position in screen

 Returns:

--
2.30.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH edk2-test 1/1] uefi-sct/SctPkg: typo Positoin
  2021-03-04  3:32 [PATCH edk2-test 1/1] uefi-sct/SctPkg: typo Positoin Heinrich Schuchardt
@ 2021-03-17 15:41 ` G Edhaya Chandran
  0 siblings, 0 replies; 2+ messages in thread
From: G Edhaya Chandran @ 2021-03-17 15:41 UTC (permalink / raw)
  To: Heinrich Schuchardt, EDK II Development
  Cc: Eric Jin, Barton Gao, Arvin Chen, Samer El-Haj-Mahmoud

Reviewed-by: G Edhaya Chandran<edhaya.chandran@arm.com>

> -----Original Message-----
> From: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Sent: 04 March 2021 09:02
> To: EDK II Development <devel@edk2.groups.io>
> Cc: Eric Jin <eric.jin@intel.com>; G Edhaya Chandran
> <Edhaya.Chandran@arm.com>; Barton Gao <gaojie@byosoft.com.cn>; Arvin
> Chen <arvinx.chen@intel.com>; Samer El-Haj-Mahmoud <Samer.El-Haj-
> Mahmoud@arm.com>; Heinrich Schuchardt <xypron.glpk@gmx.de>
> Subject: [PATCH edk2-test 1/1] uefi-sct/SctPkg: typo Positoin
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3244
>
> %s/Positoin/Position/g
> %s/positoin/position/g
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  .../BlackBoxTest/SimpleTextOutBBTestConformance_efi.c         | 4 ++--
>  .../BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c        | 4 ++--
>  .../BlackBoxTest/SimpleTextOutBBTestFunction_efi.c            | 4 ++--
>  .../BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c           | 4 ++--
>  .../BlackBoxTest/SimpleTextOutBBTestConformance_uefi.c        | 4 ++--
>  .../BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c           | 4 ++--
>  .../SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c  | 2 +-
>  7 files changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestConformance_efi.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestConformance_efi.c
> index 3b394f242434..8b8c3f86f3ca 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestConformance_efi.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestConformance_efi.c
> @@ -840,7 +840,7 @@ BBTestSetCursorPositionConformanceAutoTest (
>                       AssertionType,
>                       gSimpleTextOutputConformanceTestAssertionGuid009,
>                       L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPosition() with invalid position, mode position integrity",
> -                     L"%a:%d: Mode=%d, Positoin=(%d x %d) Current: Cursor
> Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.
> "\
> +                     L"%a:%d: Mode=%d, Position=(%d x %d) Current: Cursor
> Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.
> "\
>                       L" Expected:Cursor Position(%d x %d), Mode=%d, MaxMode=%d,
> Attribute=%d, CursorVisible=%d.",
>                       __FILE__,
>                       (UINTN)__LINE__,
> @@ -873,7 +873,7 @@ BBTestSetCursorPositionConformanceAutoTest (
>                       StandardLib,
>                       AssertionType,
>                       gSimpleTextOutputConformanceTestAssertionGuid010,
> -                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPositoin() with invalid Position",
> +                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPosition() with invalid Position",
>                       L"%a:%d: Status = %r, Mode = %d, Position = (%d x %d)",
>                       __FILE__,
>                       (UINTN)__LINE__,
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestConformance_uefi.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestConformance_uefi.c
> index 9afb3c0882b7..99e14d7b3bae 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestConformance_uefi.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestConformance_uefi.c
> @@ -838,7 +838,7 @@ BBTestSetCursorPositionConformanceAutoTest (
>                       AssertionType,
>                       gSimpleTextOutputConformanceTestAssertionGuid009,
>                       L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPosition() with invalid position, mode position integrity",
> -                     L"%a:%d: Mode=%d, Positoin=(%d x %d) Current: Cursor
> Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.
> "\
> +                     L"%a:%d: Mode=%d, Position=(%d x %d) Current: Cursor
> Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.
> "\
>                       L" Expected:Cursor Position(%d x %d), Mode=%d, MaxMode=%d,
> Attribute=%d, CursorVisible=%d.",
>                       __FILE__,
>                       (UINTN)__LINE__,
> @@ -871,7 +871,7 @@ BBTestSetCursorPositionConformanceAutoTest (
>                       StandardLib,
>                       AssertionType,
>                       gSimpleTextOutputConformanceTestAssertionGuid010,
> -                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPositoin() with invalid Position",
> +                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPosition() with invalid Position",
>                       L"%a:%d: Status = %r, Mode = %d, Position = (%d x %d)",
>                       __FILE__,
>                       (UINTN)__LINE__,
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestFunction_efi.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestFunction_efi.c
> index e59e51fc12bb..6b3db8a054ab 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestFunction_efi.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestFunction_efi.c
> @@ -4835,7 +4835,7 @@ BBTestSetCursorPositionFunctionManualTest (
>        BackupMode (SimpleOut, &ModeExpected);
>
>        //
> -      // Set cursor positoin to (IndexRow * IndexColumn)
> +      // Set cursor position to (IndexRow * IndexColumn)
>        //
>        Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn,
> IndexRow);
>
> @@ -5155,7 +5155,7 @@ BBTestSetCursorPositionFunctionAutoTest (
>          BackupMode (SimpleOut, &ModeExpected);
>
>          //
> -        // Set cursor positoin to (IndexRow * IndexColumn)
> +        // Set cursor position to (IndexRow * IndexColumn)
>          //
>          Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn,
> IndexRow);
>
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestFunction_uefi.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestFunction_uefi.c
> index 9b0ae233ce5f..04724f554e09 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestFunction_uefi.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/SimpleTex
> tOutBBTestFunction_uefi.c
> @@ -4123,7 +4123,7 @@ BBTestSetCursorPositionFunctionManualTest (
>        BackupMode (SimpleOut, &ModeExpected);
>
>        //
> -      // Set cursor positoin to (IndexRow * IndexColumn)
> +      // Set cursor position to (IndexRow * IndexColumn)
>        //
>        Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn,
> IndexRow);
>
> @@ -4414,7 +4414,7 @@ BBTestSetCursorPositionFunctionAutoTest (
>          BackupMode (SimpleOut, &ModeExpected);
>
>          //
> -        // Set cursor positoin to (IndexRow * IndexColumn)
> +        // Set cursor position to (IndexRow * IndexColumn)
>          //
>          Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn,
> IndexRow);
>
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTe
> xtOutBBTestConformance_uefi.c b/uefi-
> sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTe
> xtOutBBTestConformance_uefi.c
> index 9afb3c0882b7..99e14d7b3bae 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTe
> xtOutBBTestConformance_uefi.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTe
> xtOutBBTestConformance_uefi.c
> @@ -838,7 +838,7 @@ BBTestSetCursorPositionConformanceAutoTest (
>                       AssertionType,
>                       gSimpleTextOutputConformanceTestAssertionGuid009,
>                       L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPosition() with invalid position, mode position integrity",
> -                     L"%a:%d: Mode=%d, Positoin=(%d x %d) Current: Cursor
> Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.
> "\
> +                     L"%a:%d: Mode=%d, Position=(%d x %d) Current: Cursor
> Position(%d x %d), Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d.
> "\
>                       L" Expected:Cursor Position(%d x %d), Mode=%d, MaxMode=%d,
> Attribute=%d, CursorVisible=%d.",
>                       __FILE__,
>                       (UINTN)__LINE__,
> @@ -871,7 +871,7 @@ BBTestSetCursorPositionConformanceAutoTest (
>                       StandardLib,
>                       AssertionType,
>                       gSimpleTextOutputConformanceTestAssertionGuid010,
> -                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPositoin() with invalid Position",
> +                     L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.SetCursorPosition -
> SetCursorPosition() with invalid Position",
>                       L"%a:%d: Status = %r, Mode = %d, Position = (%d x %d)",
>                       __FILE__,
>                       (UINTN)__LINE__,
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTe
> xtOutBBTestFunction_uefi.c b/uefi-
> sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTe
> xtOutBBTestFunction_uefi.c
> index 9b0ae233ce5f..04724f554e09 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTe
> xtOutBBTestFunction_uefi.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/SimpleTe
> xtOutBBTestFunction_uefi.c
> @@ -4123,7 +4123,7 @@ BBTestSetCursorPositionFunctionManualTest (
>        BackupMode (SimpleOut, &ModeExpected);
>
>        //
> -      // Set cursor positoin to (IndexRow * IndexColumn)
> +      // Set cursor position to (IndexRow * IndexColumn)
>        //
>        Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn,
> IndexRow);
>
> @@ -4414,7 +4414,7 @@ BBTestSetCursorPositionFunctionAutoTest (
>          BackupMode (SimpleOut, &ModeExpected);
>
>          //
> -        // Set cursor positoin to (IndexRow * IndexColumn)
> +        // Set cursor position to (IndexRow * IndexColumn)
>          //
>          Status = SimpleOut->SetCursorPosition (SimpleOut, IndexColumn,
> IndexRow);
>
> diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c
> b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c
> index 56756a93865b..c02fc58f935d 100644
> --- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c
> +++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/UI/KeyFunction.c
> @@ -1862,7 +1862,7 @@ Routine Description:
>    X0          - the top left X position in screen
>    Y0          - the top left Y position in screen
>    X1          - the bottom right X position in screen
> -  Y1          - the bottom right Y positoin in screen
> +  Y1          - the bottom right Y position in screen
>
>  Returns:
>
> --
> 2.30.1

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-17 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-04  3:32 [PATCH edk2-test 1/1] uefi-sct/SctPkg: typo Positoin Heinrich Schuchardt
2021-03-17 15:41 ` G Edhaya Chandran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox