summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2013-12-05 16:14:56 +0000
committertrasz <trasz@FreeBSD.org>2013-12-05 16:14:56 +0000
commitf6339a17f99dd9da1572b43d03608599e0735063 (patch)
tree984ed4515a2294002ec7d80a498784611922aeff /usr.sbin
parent10c81ac71b886479a6ce1779cc3c190133d37cce (diff)
downloadFreeBSD-src-f6339a17f99dd9da1572b43d03608599e0735063.zip
FreeBSD-src-f6339a17f99dd9da1572b43d03608599e0735063.tar.gz
MFC r258841:
Fix typos. Approved by: re (gjb) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctld/parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ctld/parse.y b/usr.sbin/ctld/parse.y
index 333e964..07b4d67 100644
--- a/usr.sbin/ctld/parse.y
+++ b/usr.sbin/ctld/parse.y
@@ -300,7 +300,7 @@ auth_group_statement: AUTH_GROUP STR
log_warnx("auth-group for target \"%s\" "
"specified more than once", target->t_iqn);
else
- log_warnx("cannot mix auth-grup with explicit "
+ log_warnx("cannot mix auth-group with explicit "
"authorisations for target \"%s\"",
target->t_iqn);
return (1);
@@ -321,7 +321,7 @@ chap_statement: CHAP STR STR
if (target->t_auth_group != NULL) {
if (target->t_auth_group->ag_name != NULL) {
- log_warnx("cannot mix auth-grup with explicit "
+ log_warnx("cannot mix auth-group with explicit "
"authorisations for target \"%s\"",
target->t_iqn);
free($2);
@@ -351,7 +351,7 @@ chap_mutual_statement: CHAP_MUTUAL STR STR STR STR
if (target->t_auth_group != NULL) {
if (target->t_auth_group->ag_name != NULL) {
- log_warnx("cannot mix auth-grup with explicit "
+ log_warnx("cannot mix auth-group with explicit "
"authorisations for target \"%s\"",
target->t_iqn);
free($2);
OpenPOWER on IntegriCloud