fix typo in check_key_file_permissions function
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 6 Apr 2009 02:41:13 +0000 (19:41 -0700)
committerJameson Graef Rollins <jrollins@finestructure.net>
Mon, 6 Apr 2009 02:41:13 +0000 (19:41 -0700)
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