Parcourir la source

hlr_auc_gw: Fix a typo in an error message

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 9 ans
Parent
commit
d67e63d5a0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      hostapd/hlr_auc_gw.c

+ 1 - 1
hostapd/hlr_auc_gw.c

@@ -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;
 	}