From: Christian Hesse Date: Fri, 24 Feb 2017 12:22:52 +0000 (+0100) Subject: fix typo in notification message X-Git-Tag: v2.4.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c241acc67c1d6b42dbe1f6199c75d9f7f228ac2;p=thirdparty%2Fopenvpn.git fix typo in notification message Signed-off-by: Christian Hesse Acked-by: Gert Doering Message-Id: <20170224122252.15199-1-list@eworm.de> URL: http://www.mail-archive.com/search?l=mid&q=20170224122252.15199-1-list@eworm.de Signed-off-by: Gert Doering (cherry picked from commit b13bc6c9570e00d12e26bb3b8e5bf9bdb0b16eff) --- diff --git a/src/openvpn/init.c b/src/openvpn/init.c index ef1c757b9..8f9578d09 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -567,7 +567,7 @@ context_init_1(struct context *c) * do any fork due to daemon() a future call. * See possibly_become_daemon() [init.c] for more details. */ - sd_notifyf(0, "READY=1\nSTATUS=Pre-connection initialization succesfull\nMAINPID=%lu", + sd_notifyf(0, "READY=1\nSTATUS=Pre-connection initialization successful\nMAINPID=%lu", (unsigned long) getpid()); #endif