summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-07-31 17:52:32 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-08-19 00:54:23 +0000
commita048af3c9073e4b8108e6cf920bbb35574059639 (patch)
treeaa30052bd8ad050cb9780fe2e98375e6bfe9fb45 /ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c
parent53b40c9c6d108e8c0e1500a288638623fee92bca (diff)
downloadedk2-a048af3c9073e4b8108e6cf920bbb35574059639.tar.gz
edk2-a048af3c9073e4b8108e6cf920bbb35574059639.tar.bz2
edk2-a048af3c9073e4b8108e6cf920bbb35574059639.zip
ShellPkg: Fix spelling mistake for occurred
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c
index 6cb42764b6..c2d6c5fa9a 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c
@@ -27,7 +27,7 @@ HEFI_EDITOR_CLIPBOARD HClipBoardConst = {
Initialization function for HDiskImage.
@param[in] EFI_SUCCESS The operation was successful.
- @param[in] EFI_LOAD_ERROR A load error occured.
+ @param[in] EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
HClipBoardInit (
@@ -46,7 +46,7 @@ HClipBoardInit (
Initialization function for HDiskImage.
@param[in] EFI_SUCCESS The operation was successful.
- @param[in] EFI_LOAD_ERROR A load error occured.
+ @param[in] EFI_LOAD_ERROR A load error occurred.
**/
EFI_STATUS
HClipBoardCleanup (