From c222ac10f74e5793889d3c0d35ceb2f821a11e33 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 7 Nov 2012 23:21:48 -0500 Subject: [PATCH] typo --- python_apps/media-monitor2/mm2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/media-monitor2/mm2.py b/python_apps/media-monitor2/mm2.py index b246a9491..8c1c35abb 100644 --- a/python_apps/media-monitor2/mm2.py +++ b/python_apps/media-monitor2/mm2.py @@ -48,7 +48,7 @@ def main(global_config, api_client_config, log_config, if not os.path.exists(cfg): raise NoConfigFile(cfg) # MMConfig is a proxy around ConfigObj instances. it does not allow # itself users of MMConfig instances to modify any config options - # directly through the dictionary. Users of this object muse use the + # directly through the dictionary. Users of this object must use the # correct methods designated for modification try: config = MMConfig(global_config) except NoConfigFile as e: