summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2016-06-10 14:53:29 -0500
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-13 07:46:28 +0900
commitf2dae751fbaa029cd3b1fe13cb4710f5c52cbc8e (patch)
tree9c52631492a4da0d4565b7d1b08680972d56eb74 /tools
parente307fa9d89e0f12e900c0fe80c76453fc1c7c2b6 (diff)
downloadtalos-obmc-uboot-f2dae751fbaa029cd3b1fe13cb4710f5c52cbc8e.tar.gz
talos-obmc-uboot-f2dae751fbaa029cd3b1fe13cb4710f5c52cbc8e.zip
tools: moveconfig: Fix another typo
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/moveconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 9bbcead2eb..d2744c16eb 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -608,7 +608,7 @@ class Slot:
This function makes sure the temporary directory is cleaned away
even if Python suddenly dies due to error. It should be done in here
- because it is guranteed the destructor is always invoked when the
+ because it is guaranteed the destructor is always invoked when the
instance of the class gets unreferenced.
If the subprocess is still running, wait until it finishes.
OpenPOWER on IntegriCloud