diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-02-19 09:54:31 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-02-19 09:54:31 +0000 |
commit | eca666d600dcf5961f763fc411c046ecd206641c (patch) | |
tree | e139711b2a27f0179684250e484c598f2e5bddd4 /src | |
parent | f98cdf7a476530dc7d62046b2d3851071d7e28c8 (diff) | |
download | strongswan-eca666d600dcf5961f763fc411c046ecd206641c.tar.bz2 strongswan-eca666d600dcf5961f763fc411c046ecd206641c.tar.xz |
corrected typo
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/daemon.c b/src/charon/daemon.c index b1baac0b9..78cbeec83 100644 --- a/src/charon/daemon.c +++ b/src/charon/daemon.c @@ -298,7 +298,7 @@ static void lookup_uid_gid(private_daemon_t *this) if (getgrnam_r(IPSEC_GROUP, &group, buf, sizeof(buf), &grp) != 0 || grp == NULL) { - kill_daemon(this, "reslvoing group '"IPSEC_GROUP"' failed"); + kill_daemon(this, "resolving group '"IPSEC_GROUP"' failed"); } charon->gid = grp->gr_gid; } |