From: Tobias Brunner Date: Mon, 13 Oct 2014 14:51:20 +0000 (+0200) Subject: charon-systemd: Typo in log message fixed X-Git-Tag: 5.2.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245979abc048b3aaf1235793d16ce01f068a12e6;p=thirdparty%2Fstrongswan.git charon-systemd: Typo in log message fixed --- diff --git a/src/charon-systemd/charon-systemd.c b/src/charon-systemd/charon-systemd.c index 07444e8125..4a2136fc9c 100644 --- a/src/charon-systemd/charon-systemd.c +++ b/src/charon-systemd/charon-systemd.c @@ -357,7 +357,7 @@ int main(int argc, char *argv[]) } if (!lookup_uid_gid()) { - sd_notifyf(0, "STATUS=unkown uid/gid"); + sd_notifyf(0, "STATUS=unknown uid/gid"); return SS_RC_INITIALIZATION_FAILED; } charon->load_loggers(charon, NULL, FALSE);