Fix spelling of 'tunnelling'

This commit is contained in:
Matthias Schiffer 2013-06-02 19:45:52 +02:00
parent 46e337a1fd
commit d89701091d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[Unit] [Unit]
Description=Fastd and Secure Tunneling Daemon (connection %i) Description=Fastd and Secure Tunnelling Daemon (connection %i)
After=network.target After=network.target
[Service] [Service]

View file

@ -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(func, options, message) print_usage(" " options, message);
#define OPTION_ARG(func, options, arg, message) print_usage(" " options " " arg, 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 OPTIONS
exit(0); exit(0);