diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-22 20:49:30 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-22 20:49:30 -0700 |
commit | ae092a1b559ece1964885535b75daa9f0b6a9a24 (patch) | |
tree | a178262db412ae4ad4bfcbae844395087c76a04c /cloudinit/config/__init__.py | |
parent | 7a8744f218873367746eab63ebe29dc5bf8e4249 (diff) | |
download | vyos-cloud-init-ae092a1b559ece1964885535b75daa9f0b6a9a24.tar.gz vyos-cloud-init-ae092a1b559ece1964885535b75daa9f0b6a9a24.zip |
Fix ma english
Diffstat (limited to 'cloudinit/config/__init__.py')
-rw-r--r-- | cloudinit/config/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/__init__.py b/cloudinit/config/__init__.py index ab13045f..69a8cc68 100644 --- a/cloudinit/config/__init__.py +++ b/cloudinit/config/__init__.py @@ -26,7 +26,7 @@ from cloudinit import log as logging LOG = logging.getLogger(__name__) # This prefix is used to make it less -# of a change that when importing +# of a chance that when importing # we will not find something else with the same # name in the lookup path... MOD_PREFIX = "cc_" |