config: fix a typo

s/authorizaation/authorization

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-03-30 22:57:21 +08:00
parent 119025e1ef
commit 45d8d4ec85

View File

@ -152,7 +152,7 @@ class vmmConfig(object):
self.conf = SettingsWrapper("org.virt-manager.virt-manager")
# We don't create it straight away, since we don't want
# to block the app pending user authorizaation to access
# to block the app pending user authorization to access
# the keyring
self.keyring = None