]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
ShellPkg: Fix spelling mistake for occurred
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / FileImage.c
index 9f9e54c598f1b96da6f3cf4bdd5d81113be320db..4f96cb6cb5dad3c5148473b4c86569f0c94e48f1 100644 (file)
@@ -2,13 +2,7 @@
   Functions to deal with file buffer.\r
 \r
   Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -137,7 +131,7 @@ HFileImageSetFileName (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HFileImageRead (\r
@@ -250,7 +244,7 @@ HFileImageRead (
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR        A load error occured.\r
+  @retval EFI_LOAD_ERROR        A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HFileImageSave (\r
@@ -374,7 +368,7 @@ HFileImageSave (
   //\r
   // set status string\r
   //\r
-  Str = CatSPrint(NULL, L"%d Lines Wrote", NumLines);\r
+  Str = CatSPrint(NULL, L"%d Lines Written", NumLines);\r
   StatusBarSetStatusString (Str);\r
   FreePool (Str);\r
 \r