From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Fri, 10 Jun 2016 14:53:29 -0500 Subject: [U-Boot] [PATCH v3 1/4] tools: moveconfig: Fix another typo In-Reply-To: <1464838207-10020-2-git-send-email-joe.hershberger@ni.com> References: <1464838207-10020-2-git-send-email-joe.hershberger@ni.com> Message-ID: <1465588412-20257-1-git-send-email-joe.hershberger@ni.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Joe Hershberger --- Changes in v3: None Changes in v2: None tools/moveconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/moveconfig.py b/tools/moveconfig.py index d9e88f2..2fdc331 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. -- 1.7.11.5