Browse Source

hlr_auc_gw: Fix a typo in an error message

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 9 years ago
parent
commit
d67e63d5a0
1 changed files with 1 additions and 1 deletions
  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;
 	}