corrected typo

This commit is contained in:
Andreas Steffen
2009-02-19 09:54:31 +00:00
parent f98cdf7a47
commit eca666d600
+1 -1
View File
@@ -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;
}