weather: corrected typo
authorCesare Tirabassi <norsetto@ubuntu.com>
Tue, 7 Jul 2009 09:16:25 +0000 (11:16 +0200)
committerCesare Tirabassi <norsetto@ubuntu.com>
Tue, 7 Jul 2009 09:16:25 +0000 (11:16 +0200)
src/weather.c

index 5598602..f0cc24c 100644 (file)
@@ -183,7 +183,7 @@ static inline void parse_token(PWEATHER *res, char *token) {
        }
       }
 
-      //Check for NCD or NCD
+      //Check for NCD or NSC
       if ((!strcmp(token, "NCD")) || (!strcmp(token, "NSC"))) {
        res->cc = 1;
        return;