]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
charon-systemd: Typo in log message fixed
authorTobias Brunner <tobias@strongswan.org>
Mon, 13 Oct 2014 14:51:20 +0000 (16:51 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Oct 2014 14:51:20 +0000 (16:51 +0200)
src/charon-systemd/charon-systemd.c

index 07444e8125a911a75dc6601e42304824b7834a67..4a2136fc9c6a7d222632a992a6c880ffa07ab23f 100644 (file)
@@ -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);