]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
ShellPkg/edit: typo "%d Lines Wrote"
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / Edit / FileBuffer.c
index fd324cc4a8619977ca1fa2b08f94708d8963841d..c9814e400c1e70cb552512edf287d5916b41e05a 100644 (file)
@@ -1602,7 +1602,7 @@ FileBufferSave (
   //\r
   // set status string\r
   //\r
-  Str = CatSPrint (NULL, L"%d Lines Wrote", NumLines);\r
+  Str = CatSPrint (NULL, L"%d Lines Written", NumLines);\r
   if (Str == NULL) {\r
     return EFI_OUT_OF_RESOURCES;\r
   }\r