From 3a357de631943b8581f5bc304f6935c2a768f8b6 Mon Sep 17 00:00:00 2001 From: Thorsten Alteholz Date: Tue, 16 Jul 2019 20:51:16 +0200 Subject: fix spelling detected by lintian Change-Id: I01e54b5cf111677079a8ad57645d3ceb7834702a --- include/osmocom/msc/gsm_data.h | 2 +- include/osmocom/msc/signal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h index f6e3ed99f..6050113ef 100644 --- a/include/osmocom/msc/gsm_data.h +++ b/include/osmocom/msc/gsm_data.h @@ -79,7 +79,7 @@ static const struct rate_ctr_desc msc_ctr_description[] = { [MSC_CTR_SMS_DELIVERED] = {"sms:delivered", "Global SMS Deliver attempts."}, [MSC_CTR_SMS_RP_ERR_MEM] = {"sms:rp_err_mem", "CAUSE_MT_MEM_EXCEEDED errors of MS responses on a sms deliver attempt."}, [MSC_CTR_SMS_RP_ERR_OTHER] = {"sms:rp_err_other", "Other error of MS responses on a sms delive attempt."}, - [MSC_CTR_SMS_DELIVER_UNKNOWN_ERROR] = {"sms:deliver_unknown_error", "Unknown error occured during sms delivery."}, + [MSC_CTR_SMS_DELIVER_UNKNOWN_ERROR] = {"sms:deliver_unknown_error", "Unknown error occurred during sms delivery."}, /* FIXME: count also sms delivered */ [MSC_CTR_CALL_MO_SETUP] = {"call:mo_setup", "Received setup requests from a MS to init a MO call."}, [MSC_CTR_CALL_MO_CONNECT_ACK] = {"call:mo_connect_ack", "Received a connect ack from MS of a MO call. Call is now succesful connected up."}, diff --git a/include/osmocom/msc/signal.h b/include/osmocom/msc/signal.h index 16b5678db..c7f899174 100644 --- a/include/osmocom/msc/signal.h +++ b/include/osmocom/msc/signal.h @@ -89,7 +89,7 @@ struct scall_signal_data { struct vty *vty; }; struct sms_signal_data { - /* The transaction where this occured */ + /* The transaction where this occurred */ struct gsm_trans *trans; /* Can be NULL for SMMA */ struct gsm_sms *sms; -- cgit v1.2.3