]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
test/py: fix a couple typos in comments
authorStephen Warren <swarren@nvidia.com>
Thu, 28 Jan 2016 17:18:03 +0000 (10:18 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:24 +0000 (21:01 -0700)
s/updata/update/.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_env.py

index 651303f8cd69ba7aa3de068ab01e73347addb5ad..c41aa5a9d9c7a40d958eef2fedaab0c015b9baba 100644 (file)
@@ -94,7 +94,7 @@ def unset_var(state_test_env, var):
     object.
 
     Args:
-        state_test_env: The StateTestEnv object to updata.
+        state_test_env: The StateTestEnv object to update.
         var: The variable name to unset.
 
     Returns:
@@ -112,7 +112,7 @@ def set_var(state_test_env, var, value):
     object.
 
     Args:
-        state_test_env: The StateTestEnv object to updata.
+        state_test_env: The StateTestEnv object to update.
         var: The variable name to set.
         value: The value to set the variable to.