hlr_auc_gw: Fix a typo in an error message

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2015-12-18 19:56:21 +02:00
parent 59e71209f5
commit d67e63d5a0

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