From: Jameson Graef Rollins Date: Mon, 6 Apr 2009 02:41:13 +0000 (-0700) Subject: fix typo in check_key_file_permissions function X-Git-Tag: monkeysphere_0.25~31^2~18 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=792b299e0850dfa3ab1072760f9e82febd81c366 fix typo in check_key_file_permissions function --- diff --git a/src/share/common b/src/share/common index 04fe4fe..1ce07fc 100644 --- a/src/share/common +++ b/src/share/common @@ -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