]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/ShellEnvVar.h
ShellPkg/Application: Fix various typos
[mirror_edk2.git] / ShellPkg / Application / Shell / ShellEnvVar.h
index 854a71ad9709faba655361d7e063c2656a02bc9b..6c8552ee6437385212b6693418c533efc7020c48 100644 (file)
@@ -43,14 +43,14 @@ IsVolatileEnv (
   );\r
 \r
 /**\r
-  Delete a Non-Violatile environment variable.\r
+  Delete a Non-Volatile environment variable.\r
 \r
-  This will use the Runtime Services call SetVariable to remove a non-violatile variable.\r
+  This will use the Runtime Services call SetVariable to remove a non-volatile variable.\r
 \r
   @param EnvVarName             The name of the environment variable in question\r
 \r
-  @retval EFI_SUCCESS           The variable was deleted sucessfully\r
-  @retval other                 An error ocurred\r
+  @retval EFI_SUCCESS           The variable was deleted successfully\r
+  @retval other                 An error occurred\r
   @sa SetVariable\r
 **/\r
 #define SHELL_DELETE_ENVIRONMENT_VARIABLE(EnvVarName) \\r
@@ -61,16 +61,16 @@ IsVolatileEnv (
   NULL))\r
 \r
 /**\r
-  Set a Non-Violatile environment variable.\r
+  Set a Non-Volatile environment variable.\r
 \r
-  This will use the Runtime Services call SetVariable to set a non-violatile variable.\r
+  This will use the Runtime Services call SetVariable to set a non-volatile variable.\r
 \r
   @param EnvVarName             The name of the environment variable in question\r
   @param BufferSize             UINTN size of Buffer\r
   @param Buffer                 Pointer to value to set variable to\r
 \r
-  @retval EFI_SUCCESS           The variable was changed sucessfully\r
-  @retval other                 An error ocurred\r
+  @retval EFI_SUCCESS           The variable was changed successfully\r
+  @retval other                 An error occurred\r
   @sa SetVariable\r
 **/\r
 #define SHELL_SET_ENVIRONMENT_VARIABLE_NV(EnvVarName,BufferSize,Buffer)  \\r
@@ -89,8 +89,8 @@ IsVolatileEnv (
   @param BufferSize             Pointer to the UINTN size of Buffer\r
   @param Buffer                 Pointer buffer to get variable value into\r
 \r
-  @retval EFI_SUCCESS           The variable's value was retrieved sucessfully\r
-  @retval other                 An error ocurred\r
+  @retval EFI_SUCCESS           The variable's value was retrieved successfully\r
+  @retval other                 An error occurred\r
   @sa SetVariable\r
 **/\r
 #define SHELL_GET_ENVIRONMENT_VARIABLE(EnvVarName,BufferSize,Buffer)    \\r
@@ -110,8 +110,8 @@ IsVolatileEnv (
   @param BufferSize             Pointer to the UINTN size of Buffer\r
   @param Buffer                 Pointer buffer to get variable value into\r
 \r
-  @retval EFI_SUCCESS           The variable's value was retrieved sucessfully\r
-  @retval other                 An error ocurred\r
+  @retval EFI_SUCCESS           The variable's value was retrieved successfully\r
+  @retval other                 An error occurred\r
   @sa SetVariable\r
 **/\r
 #define SHELL_GET_ENVIRONMENT_VARIABLE_AND_ATTRIBUTES(EnvVarName,Atts,BufferSize,Buffer)    \\r
@@ -122,16 +122,16 @@ IsVolatileEnv (
   Buffer))\r
 \r
 /**\r
-  Set a Violatile environment variable.\r
+  Set a Volatile environment variable.\r
 \r
-  This will use the Runtime Services call SetVariable to set a violatile variable.\r
+  This will use the Runtime Services call SetVariable to set a volatile variable.\r
 \r
   @param EnvVarName             The name of the environment variable in question\r
   @param BufferSize             UINTN size of Buffer\r
   @param Buffer                 Pointer to value to set variable to\r
 \r
-  @retval EFI_SUCCESS           The variable was changed sucessfully\r
-  @retval other                 An error ocurred\r
+  @retval EFI_SUCCESS           The variable was changed successfully\r
+  @retval other                 An error occurred\r
   @sa SetVariable\r
 **/\r
 #define SHELL_SET_ENVIRONMENT_VARIABLE_V(EnvVarName,BufferSize,Buffer) \\r
@@ -147,7 +147,7 @@ IsVolatileEnv (
   @param[in, out] List           The pointer to pointer to LIST_ENTRY object for\r
                                  storing this list.\r
 \r
-  @retval EFI_SUCCESS           the list was created sucessfully.\r
+  @retval EFI_SUCCESS           the list was created successfully.\r
 **/\r
 EFI_STATUS\r
 GetEnvironmentVariableList(\r
@@ -164,7 +164,7 @@ GetEnvironmentVariableList(
   @param[in] List               The pointer to LIST_ENTRY from\r
                                 GetShellEnvVarList().\r
 \r
-  @retval EFI_SUCCESS           The list was Set sucessfully.\r
+  @retval EFI_SUCCESS           The list was Set successfully.\r
 **/\r
 EFI_STATUS\r
 SetEnvironmentVariableList(\r