]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
ShellPkg: Fix spelling mistake for occurred
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / MainHexEditor.c
index a00df49d38f0a0258eb6c4f01577b57935dc4989..9f72da11939e32ef5b4fcfe630c1c73116c1c4c3 100644 (file)
@@ -243,8 +243,8 @@ HMainCommandGoToOffset (
   save to another file name.\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
 HMainCommandSaveBuffer (\r
@@ -540,8 +540,8 @@ HMainCommandSaveBuffer (
   Load a disk buffer editor.\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
 HMainCommandSelectStart (\r
@@ -578,8 +578,8 @@ HMainCommandSelectStart (
   Load a disk buffer editor.\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
 HMainCommandSelectEnd (\r
@@ -616,8 +616,8 @@ HMainCommandSelectEnd (
   Cut current line to clipboard.\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
 HMainCommandCut (\r
@@ -688,8 +688,8 @@ HMainCommandCut (
   Paste line to file buffer.\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
 HMainCommandPaste (\r
@@ -748,8 +748,8 @@ HMainCommandPaste (
   Exit editor.\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
 HMainCommandExit (\r
@@ -841,8 +841,8 @@ HMainCommandExit (
   Load a file from disk to editor.\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
 HMainCommandOpenFile (\r
@@ -1074,8 +1074,8 @@ HMainCommandOpenFile (
   Load a disk buffer editor.\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
   @retval EFI_NOT_FOUND           The disk was not found.\r
 **/\r
 EFI_STATUS\r
@@ -1319,8 +1319,8 @@ HMainCommandOpenDisk (
   Load memory content to editor\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
   @retval EFI_NOT_FOUND           The disk was not found.\r
 **/\r
 EFI_STATUS\r
@@ -1623,7 +1623,7 @@ CONST EDITOR_MENU_ITEM HexEditorMenuItems[] = {
   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
@@ -1780,7 +1780,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
@@ -1932,8 +1932,8 @@ HMainEditorRefresh (
   @param[out] BeforeLeftButtonDown  helps with selections.\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
   @retval EFI_NOT_FOUND           The disk was not found.\r
 **/\r
 EFI_STATUS\r
@@ -2091,8 +2091,8 @@ HMainEditorHandleMouseInput (
   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