diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-09-30 21:56:54 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-09-30 21:56:54 +0000 |
commit | d52d0123450e95002a06e2f51819813afee27139 (patch) | |
tree | f5868059eb9ab98461c8f29eaec4634d262f3b1f /src/transport | |
parent | 5190f9a8eada1c8d7262532fbd15a16ab3864832 (diff) |
-fix typo found by Bertrand Marc
Diffstat (limited to 'src/transport')
-rw-r--r-- | src/transport/gnunet-transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c index 354060ac8e..7f1c056ea4 100644 --- a/src/transport/gnunet-transport.c +++ b/src/transport/gnunet-transport.c @@ -1877,7 +1877,7 @@ main (int argc, char * const *argv) gettext_noop ("print information for all pending validations "), 0, &GNUNET_GETOPT_set_one, &iterate_validation }, { 'f', "monitorvalidation", NULL, - gettext_noop ("print information for all pending validations continously"), + gettext_noop ("print information for all pending validations continuously"), 0, &GNUNET_GETOPT_set_one, &monitor_validation }, { 'i', "information", NULL, gettext_noop ("provide information about all current connections (once)"), |