diff --git a/lib/backend.py b/lib/backend.py index 69d75d80a856b207d33c98affbfe22c1eb2cb192..d63edfe50b48d1fe4eb320907a00532cabedc27d 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -995,8 +995,8 @@ def _OSOndiskVersion(name, os_dir): def DiagnoseOS(top_dirs=None): """Compute the validity for all OSes. - For each name in all the given top directories (if not given defaults i - to constants.OS_SEARCH_PATH it will return an object. If this is a valid + For each name in all the given top directories (if not given defaults + to constants.OS_SEARCH_PATH) it will return an object. If this is a valid os, the object will be an instance of the object.OS class. If not, it will be an instance of errors.InvalidOS and this signifies that this name does not correspond to a valid OS.