projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d274a5
)
fix typo in check_key_file_permissions function
author
Jameson Graef Rollins
<jrollins@finestructure.net>
Mon, 6 Apr 2009 02:41:13 +0000
(19:41 -0700)
committer
Jameson Graef Rollins
<jrollins@finestructure.net>
Mon, 6 Apr 2009 02:41:13 +0000
(19:41 -0700)
src/share/common
patch
|
blob
|
history
diff --git
a/src/share/common
b/src/share/common
index 04fe4fe462e9c7a540c5a582f2b50ffa4fbb387f..1ce07fc3e70fcb2417a62ccefb9f4204466b614e 100644
(file)
--- 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: $oAc
c
ess"
return 2
fi