]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h
ShellPkg: Fix spelling mistake for occurred
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / Edit / MainTextEditor.h
index 766d7bba40c6ab44fb596765aba0ea8c3abf9ad5..b22b6587bf5b5ec1b6736d3601d8638143b74577 100644 (file)
@@ -15,7 +15,7 @@
   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
@@ -26,7 +26,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
@@ -45,7 +45,7 @@ MainEditorRefresh (
   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