From d89701091d6127fd1868a7971577e3c1f8cd008c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 2 Jun 2013 19:45:52 +0200 Subject: Fix spelling of 'tunnelling' --- examples/fastd@.service | 2 +- src/config.c | 2 +- 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); -- cgit v1.2.3