From: Joe Hershberger Date: Fri, 10 Jun 2016 19:53:29 +0000 (-0500) Subject: tools: moveconfig: Fix another typo X-Git-Tag: v2016.07-rc2~42^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f2dae751fbaa029cd3b1fe13cb4710f5c52cbc8e;p=u-boot tools: moveconfig: Fix another typo Signed-off-by: Joe Hershberger Reviewed-by: Masahiro Yamada --- 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.