]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
ShellPkg: Fix spelling mistake for occurred
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / Edit / MainTextEditor.c
index df530f11196c773529d5cd8d32053ea538143a5b..a9423e0d10b11f6c679a1b1b5f19cb6621bc8844 100644 (file)
@@ -40,7 +40,7 @@ EFI_EDITOR_GLOBAL_EDITOR      MainEditor;
   Load a file from disk to editor\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
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
@@ -74,7 +74,7 @@ MainCommandGotoLine (
 \r
   @retval EFI_SUCCESS           The file was saved correctly.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A file access error occured.\r
+  @retval EFI_LOAD_ERROR          A file access error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandSaveFile (\r
@@ -96,7 +96,7 @@ MainCommandDisplayHelp (
 \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
 MainCommandExit (\r
@@ -108,7 +108,7 @@ MainCommandExit (
 \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
 MainCommandSearch (\r
@@ -120,7 +120,7 @@ MainCommandSearch (
 \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
 MainCommandSearchReplace (\r
@@ -132,7 +132,7 @@ MainCommandSearchReplace (
 \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
 MainCommandCutLine (\r
@@ -144,7 +144,7 @@ MainCommandCutLine (
 \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
 MainCommandPasteLine (\r
@@ -277,7 +277,7 @@ EDITOR_MENU_ITEM  MainMenuItems[] = {
   Load a file from disk to editor\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
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
@@ -465,7 +465,7 @@ MainCommandSwitchFileType (
 \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
 MainCommandCutLine (\r
@@ -503,7 +503,7 @@ MainCommandCutLine (
 \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
 MainCommandPasteLine (\r
@@ -535,7 +535,7 @@ MainCommandPasteLine (
 \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
 MainCommandSearch (\r
@@ -676,7 +676,7 @@ MainCommandSearch (
 \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
 MainCommandSearchReplace (\r
@@ -979,7 +979,7 @@ MainCommandSearchReplace (
 \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
 MainCommandExit (\r
@@ -1133,7 +1133,7 @@ MainCommandGotoLine (
 \r
   @retval EFI_SUCCESS           The file was saved correctly.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
-  @retval EFI_LOAD_ERROR          A file access error occured.\r
+  @retval EFI_LOAD_ERROR          A file access error occurred.\r
 **/\r
 EFI_STATUS\r
 MainCommandSaveFile (\r
@@ -1439,7 +1439,7 @@ EFI_EDITOR_GLOBAL_EDITOR      MainEditorConst = {
   The initialization 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
 MainEditorInit (\r
@@ -1585,7 +1585,7 @@ MainEditorInit (
   The 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
 MainEditorCleanup (\r
@@ -1823,7 +1823,7 @@ MainEditorHandleMouseInput (
   Handle user key input. This routes to other functions for the actions.\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
   @retval EFI_OUT_OF_RESOURCES    A memory allocation failed.\r
 **/\r
 EFI_STATUS\r