From 792b299e0850dfa3ab1072760f9e82febd81c366 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sun, 5 Apr 2009 19:41:13 -0700 Subject: [PATCH] fix typo in check_key_file_permissions function --- src/share/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1