hlr_auc_gw: Fix a typo in an error message
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
59e71209f5
commit
d67e63d5a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue