Spelling is hard

This commit is contained in:
Graham Gilbert
2015-10-23 17:04:05 +00:00
parent effe971249
commit 15d34fa5a5
+1 -1
View File
@@ -1213,7 +1213,7 @@ def pref(pref_name):
'SuppressAutoInstall': False,
'SuppressStopButtonOnInstall': False,
'PackageVerificationMode': 'hash',
'FollowTTPRedirects': 'none',
'FollowHTTPRedirects': 'none',
}
pref_value = CFPreferencesCopyAppValue(pref_name, BUNDLE_ID)
if pref_value == None: