diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-06-02 19:45:52 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-06-02 19:47:00 +0200 |
commit | d89701091d6127fd1868a7971577e3c1f8cd008c (patch) | |
tree | 946b3c9ccd9cf1fad595ea972f8c777a2f2cad7c /src | |
parent | 46e337a1fd34a3c0555f286b6bc46b9ba058c17c (diff) | |
download | fastd-d89701091d6127fd1868a7971577e3c1f8cd008c.tar fastd-d89701091d6127fd1868a7971577e3c1f8cd008c.zip |
Fix spelling of 'tunnelling'
Diffstat (limited to 'src')
-rw-r--r-- | src/config.c | 2 |
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); |