From 1bf70fa7d4ca099380cdaff8667f5e979c6235a0 Mon Sep 17 00:00:00 2001 From: chenaidong1 Date: Thu, 4 May 2017 17:05:47 +0800 Subject: [PATCH] Fix a typo Change-Id: Id443a41b16e32c5645db79274c30a6701419573e --- ironic/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/common/utils.py b/ironic/common/utils.py index ab2788a51d..ba81784431 100644 --- a/ironic/common/utils.py +++ b/ironic/common/utils.py @@ -377,7 +377,7 @@ def umount(loc, *args): """Umounts a mounted location. :param loc: the path to be unmounted. - :param args: a tuple containing the argumnets to be + :param args: a tuple containing the arguments to be passed to the umount command. :raises: processutils.ProcessExecutionError if it failed to run the process.