X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FEdit%2FFileBuffer.c;fp=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FEdit%2FFileBuffer.c;h=c9814e400c1e70cb552512edf287d5916b41e05a;hp=fd324cc4a8619977ca1fa2b08f94708d8963841d;hb=2926498f01e6d8b77dff933e3e9c87eb56c709b4;hpb=965dbf97abec6b999b2dddb75ef746deed354019 diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c index fd324cc4a8..c9814e400c 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c @@ -1602,7 +1602,7 @@ FileBufferSave ( // // set status string // - Str = CatSPrint (NULL, L"%d Lines Wrote", NumLines); + Str = CatSPrint (NULL, L"%d Lines Written", NumLines); if (Str == NULL) { return EFI_OUT_OF_RESOURCES; }