summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-06-02 19:45:52 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-06-02 19:47:00 +0200
commitd89701091d6127fd1868a7971577e3c1f8cd008c (patch)
tree946b3c9ccd9cf1fad595ea972f8c777a2f2cad7c /src/config.c
parent46e337a1fd34a3c0555f286b6bc46b9ba058c17c (diff)
downloadfastd-d89701091d6127fd1868a7971577e3c1f8cd008c.tar
fastd-d89701091d6127fd1868a7971577e3c1f8cd008c.zip
Fix spelling of 'tunnelling'
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
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);