From 8c58363868da0d3a1a674d9313502b55726d8a44 Mon Sep 17 00:00:00 2001 From: Beat Bolli Date: Sat, 6 Feb 2016 22:32:55 +0100 Subject: gpxlogger: fix a typo. Signed-off-by: Beat Bolli --- gpxlogger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpxlogger.c') diff --git a/gpxlogger.c b/gpxlogger.c index 2d1decb8..9e6ecaf8 100644 --- a/gpxlogger.c +++ b/gpxlogger.c @@ -254,7 +254,7 @@ int main(int argc, char **argv) free(fname); break; } - case 'i': /* set polling interfal */ + case 'i': /* set polling interval */ timeout = (time_t) atoi(optarg); if (timeout < 1) timeout = 1; -- cgit v1.2.1