diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2020-07-31 17:52:32 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-19 00:54:23 +0000 |
commit | a048af3c9073e4b8108e6cf920bbb35574059639 (patch) | |
tree | aa30052bd8ad050cb9780fe2e98375e6bfe9fb45 /ShellPkg/Include | |
parent | 53b40c9c6d108e8c0e1500a288638623fee92bca (diff) | |
download | edk2-a048af3c9073e4b8108e6cf920bbb35574059639.tar.gz |
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/Include')
-rw-r--r-- | ShellPkg/Include/Library/ShellLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h index 1dc41f2cc1..ed9b8f9105 100644 --- a/ShellPkg/Include/Library/ShellLib.h +++ b/ShellPkg/Include/Library/ShellLib.h @@ -1034,7 +1034,7 @@ ShellIsFileInPath( @param[in] String String representation of a number.
@return The unsigned integer result of the conversion.
- @retval (UINTN)(-1) An error occured.
+ @retval (UINTN)(-1) An error occurred.
**/
UINTN
EFIAPI
@@ -1051,7 +1051,7 @@ ShellStrToUintn( @param[in] String String representation of a number.
@return The unsigned integer result of the conversion.
- @retval (UINTN)(-1) An error occured.
+ @retval (UINTN)(-1) An error occurred.
**/
UINTN
EFIAPI
|