Signed-off-by: Jose A. Lopes <[email protected]> --- lib/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/backend.py b/lib/backend.py index 38666fa..bb0aaa9 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -2907,7 +2907,7 @@ def _OSOndiskAPIVersion(os_dir): @param os_dir: the directory in which we should look for the OS @rtype: tuple @return: tuple (status, data) with status denoting the validity and - data holding either the vaid versions or an error message + data holding either the valid versions or an error message """ api_file = utils.PathJoin(os_dir, constants.OS_API_FILE) -- 1.9.1.423.g4596e3a
