diff options
Diffstat (limited to 'core/shadow/shadow.install')
-rw-r--r-- | core/shadow/shadow.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/shadow/shadow.install b/core/shadow/shadow.install index e990bfe39..14384c333 100644 --- a/core/shadow/shadow.install +++ b/core/shadow/shadow.install @@ -2,7 +2,7 @@ post_upgrade() { grpck -r >/dev/null 2>&1 if [ $? -eq 2 ]; then printf '%s\n' \ - "==> Warning: /etc/group or /etc/gshadow are inconsistant." \ + "==> Warning: /etc/group or /etc/gshadow are inconsistent." \ " Run 'grpck' to correct this." fi return 0 |