summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-01-28 10:18:03 -0700
committerSimon Glass <sjg@chromium.org>2016-01-28 21:01:24 -0700
commitdb261f0076109b79c813ff27b9ce30e2e9d05221 (patch)
tree4fdca7cd494198d1afe4797f722706ae1a085d65 /test
parentd27f2fc1e19c70d529932cf5725259dded19d5fd (diff)
downloadtalos-obmc-uboot-db261f0076109b79c813ff27b9ce30e2e9d05221.tar.gz
talos-obmc-uboot-db261f0076109b79c813ff27b9ce30e2e9d05221.zip
test/py: fix a couple typos in comments
s/updata/update/. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/py/tests/test_env.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/tests/test_env.py b/test/py/tests/test_env.py
index 651303f8cd..c41aa5a9d9 100644
--- a/test/py/tests/test_env.py
+++ b/test/py/tests/test_env.py
@@ -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.
OpenPOWER on IntegriCloud