From: Jouni Malinen Date: Fri, 18 Dec 2015 17:56:21 +0000 (+0200) Subject: hlr_auc_gw: Fix a typo in an error message X-Git-Tag: hostap_2_6~1173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d67e63d5a04f43d4a3bbd00b2697f96373300b75;p=thirdparty%2Fhostap.git hlr_auc_gw: Fix a typo in an error message Signed-off-by: Jouni Malinen --- diff --git a/hostapd/hlr_auc_gw.c b/hostapd/hlr_auc_gw.c index 1c1dd1fd2..a87fb34ea 100644 --- a/hostapd/hlr_auc_gw.c +++ b/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; }