]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.h
ShellPkg: Fix spelling mistake for occurred
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / MainHexEditor.h
index 8d9c007d9440f62cda33b02b1ed93d3385f92d92..c77685c175d7923762f1a6c4f608bc96c833c536 100644 (file)
@@ -5,13 +5,7 @@
      - Main Interfaces\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
@@ -24,7 +18,7 @@
   Init function for MainEditor\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorInit (\r
@@ -35,7 +29,7 @@ HMainEditorInit (
   Cleanup function for MainEditor.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorCleanup (\r
@@ -56,8 +50,8 @@ HMainEditorRefresh (
   Handle user key input. will route it to other components handle function.\r
 \r
   @retval EFI_SUCCESS             The operation was successful.\r
-  @retval EFI_OUT_OF_RESOURCES    A memory allocation occured.\r
-  @retval EFI_LOAD_ERROR          A load error occured.\r
+  @retval EFI_OUT_OF_RESOURCES    A memory allocation occurred.\r
+  @retval EFI_LOAD_ERROR          A load error occurred.\r
 **/\r
 EFI_STATUS\r
 HMainEditorKeyInput (\r