]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
fix typo in notification message
authorChristian Hesse <mail@eworm.de>
Fri, 24 Feb 2017 12:22:52 +0000 (13:22 +0100)
committerGert Doering <gert@greenie.muc.de>
Fri, 24 Feb 2017 12:27:24 +0000 (13:27 +0100)
Signed-off-by: Christian Hesse <mail@eworm.de>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
(cherry picked from commit b13bc6c9570e00d12e26bb3b8e5bf9bdb0b16eff)

src/openvpn/init.c

index ef1c757b9ca94bdc180e2c34b3018fe05ca9125e..8f9578d09ac55481f8a3aad4811e21b9d96d093f 100644 (file)
@@ -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