aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-13 21:20:18 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-13 21:20:18 +0000
commit66180df79d8dba6d92107c11c87a254f93ceec20 (patch)
tree92a540097406617996dbf5f1d1321272b304d0f5 /src/statistics
parent1e6e1afe150c62f99473facfa7d67054b18f0c4e (diff)
downloadgnunet-66180df79d8dba6d92107c11c87a254f93ceec20.tar.gz
gnunet-66180df79d8dba6d92107c11c87a254f93ceec20.zip
-Bertrand Marc: fixing typos found by lintan
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/gnunet-statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/gnunet-statistics.c b/src/statistics/gnunet-statistics.c
index ba13d6f5f..671fd35be 100644
--- a/src/statistics/gnunet-statistics.c
+++ b/src/statistics/gnunet-statistics.c
@@ -230,7 +230,7 @@ main (int argc, char *const *argv)
230 gettext_noop ("just print the statistics value"), 0, 230 gettext_noop ("just print the statistics value"), 0,
231 &GNUNET_GETOPT_set_one, &quiet}, 231 &GNUNET_GETOPT_set_one, &quiet},
232 {'w', "watch", NULL, 232 {'w', "watch", NULL,
233 gettext_noop ("watch value continously"), 0, 233 gettext_noop ("watch value continuously"), 0,
234 &GNUNET_GETOPT_set_one, &watch}, 234 &GNUNET_GETOPT_set_one, &watch},
235 GNUNET_GETOPT_OPTION_END 235 GNUNET_GETOPT_OPTION_END
236 }; 236 };