[libgweather] tests: Typo fixes in test_metar.c



commit 48d0675d9ead77703b216e272c9dc0331d115887
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 13 15:13:04 2017 +0100

    tests: Typo fixes in test_metar.c

 libgweather/test_metar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgweather/test_metar.c b/libgweather/test_metar.c
index 74c9d9a..877ec7e 100644
--- a/libgweather/test_metar.c
+++ b/libgweather/test_metar.c
@@ -19,11 +19,11 @@
 int
 main (int argc, char **argv)
 {
-    FILE*  stream = stdin;
+    FILE *stream = stdin;
     gchar* filename = NULL;
     GOptionEntry entries[] = {
        { "file", 'f', 0, G_OPTION_ARG_FILENAME, &filename,
-         "file constaining metar observations", NULL },
+         "file containing METAR observations", NULL },
        { NULL }
     };
     GOptionContext* context;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]