summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/fastd@.service2
-rw-r--r--src/config.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/fastd@.service b/examples/fastd@.service
index b58bcaf..10b3deb 100644
--- a/examples/fastd@.service
+++ b/examples/fastd@.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Fastd and Secure Tunneling Daemon (connection %i)
+Description=Fastd and Secure Tunnelling Daemon (connection %i)
After=network.target
[Service]
diff --git a/src/config.c b/src/config.c
index 4fa3988..c9071e1 100644
--- a/src/config.c
+++ b/src/config.c
@@ -603,7 +603,7 @@ static void usage(fastd_context_t *ctx, fastd_config_t *conf) {
#define OPTION(func, options, message) print_usage(" " options, message);
#define OPTION_ARG(func, options, arg, message) print_usage(" " options " " arg, message);
- puts("fastd (Fast and Secure Tunneling Daemon) " FASTD_VERSION " usage:\n");
+ puts("fastd (Fast and Secure Tunnelling Daemon) " FASTD_VERSION " usage:\n");
OPTIONS
exit(0);