Skip to content
Snippets Groups Projects
Commit db261f00 authored by Stephen Warren's avatar Stephen Warren Committed by Simon Glass
Browse files

test/py: fix a couple typos in comments


s/updata/update/.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent d27f2fc1
No related merge requests found
...@@ -94,7 +94,7 @@ def unset_var(state_test_env, var): ...@@ -94,7 +94,7 @@ def unset_var(state_test_env, var):
object. object.
Args: Args:
state_test_env: The StateTestEnv object to updata. state_test_env: The StateTestEnv object to update.
var: The variable name to unset. var: The variable name to unset.
Returns: Returns:
...@@ -112,7 +112,7 @@ def set_var(state_test_env, var, value): ...@@ -112,7 +112,7 @@ def set_var(state_test_env, var, value):
object. object.
Args: Args:
state_test_env: The StateTestEnv object to updata. state_test_env: The StateTestEnv object to update.
var: The variable name to set. var: The variable name to set.
value: The value to set the variable to. value: The value to set the variable to.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment