From a81055db1dc2046f57f1c78f055f693b5a4e3308 Mon Sep 17 00:00:00 2001 From: Thorsten Alteholz Date: Thu, 2 Mar 2017 22:13:48 +0100 Subject: fix spelling in API docu, command reply, logging, descriptions sections: ctrl, gb, gsm, vty Change-Id: Iac211b5cd8504da36b699777b95a2448dd7c3e70 --- src/gsm/auth_core.c | 2 +- src/gsm/lapd_core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gsm') diff --git a/src/gsm/auth_core.c b/src/gsm/auth_core.c index acb65f57..9ca5d93b 100644 --- a/src/gsm/auth_core.c +++ b/src/gsm/auth_core.c @@ -180,7 +180,7 @@ int osmo_auth_gen_vec(struct osmo_auth_vector *vec, * based on the permanent subscriber data, a random value as well as the * AUTS and RAND values returned by the SIM/MS. This special variant is * needed if the sequence numbers between MS and AUC have for some - * reason become diffrent. + * reason become different. */ int osmo_auth_gen_vec_auts(struct osmo_auth_vector *vec, struct osmo_sub_auth_data *aud, diff --git a/src/gsm/lapd_core.c b/src/gsm/lapd_core.c index a602d788..e0bbcabf 100644 --- a/src/gsm/lapd_core.c +++ b/src/gsm/lapd_core.c @@ -861,7 +861,7 @@ static int lapd_rx_u(struct msgb *msg, struct lapd_msg_ctx *lctx) if (memcmp(dl->cont_res->data, msg->data, length)) { LOGP(DLLAPD, LOGL_INFO, "Another SABM " - "with diffrent content - " + "with different content - " "ignoring! (dl=%p)\n", dl); msgb_free(msg); return 0; -- cgit v1.2.3