hlr_auc_gw: Fix a typo in an error message
authorJouni Malinen <j@w1.fi>
Fri, 18 Dec 2015 17:56:21 +0000 (19:56 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 18 Dec 2015 17:56:21 +0000 (19:56 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/hlr_auc_gw.c

index 1c1dd1f..a87fb34 100644 (file)
@@ -284,7 +284,7 @@ static int read_gsm_triplets(const char *fname)
 
        f = fopen(fname, "r");
        if (f == NULL) {
-               printf("Could not open GSM tripler data file '%s'\n", fname);
+               printf("Could not open GSM triplet data file '%s'\n", fname);
                return -1;
        }