commit 3181b55c420b3b65c14b8b4fa141946e8d7e6575 Author: Elliot Jordan Date: Sat Feb 2 08:35:11 2019 -0800 Minor typo fix (#904) diff --git a/code/client/munkilib/cliutils.py b/code/client/munkilib/cliutils.py index 6307e840..3bf70668 100644 --- a/code/client/munkilib/cliutils.py +++ b/code/client/munkilib/cliutils.py @@ -68,7 +68,7 @@ else: def pref(prefname): """Returns a preference for prefname. This is a fallback mechanism if CoreFoundation functions are not available -- for example to allow the - possible use of makecatlogs or manifestutil on Linux""" + possible use of makecatalogs or manifestutil on Linux""" if not hasattr(pref, 'cache'): pref.cache = None if not pref.cache: