fix typo in check_key_file_permissions function
[monkeysphere.git] / src / share / common
index 04fe4fe462e9c7a540c5a582f2b50ffa4fbb387f..1ce07fc3e70fcb2417a62ccefb9f4204466b614e 100644 (file)
@@ -445,7 +445,7 @@ check_key_file_permissions() {
     # return 2 if path has group or other writability
     if is_write "$gAccess" || is_write "$oAccess" ; then
        log error "improper group or other writability on path '$path':"
-       log error " group: $gAccess, other: $oAcess"
+       log error " group: $gAccess, other: $oAccess"
        return 2
     fi