laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-remsim/+/28022 )
Change subject: cosmetic: various typo/spelling fixes
......................................................................
cosmetic: various typo/spelling fixes
Change-Id: Idc4db138d83be0c7c0b0ff6dfbb9f094b21d6fa9
---
M src/bankd/bankd_main.c
M src/client/main_fsm.c
M src/client/user_ifdhandler.c
M src/rspro_client_fsm.c
4 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/22/28022/1
diff --git a/src/bankd/bankd_main.c b/src/bankd/bankd_main.c
index 012b48c..a96869f 100644
--- a/src/bankd/bankd_main.c
+++ b/src/bankd/bankd_main.c
@@ -82,7 +82,7 @@
asn_debug = 0;
- /* intialize members of 'bankd' */
+ /* initialize members of 'bankd' */
bankd->slotmaps = slotmap_init(bankd);
INIT_LLIST_HEAD(&bankd->workers);
pthread_mutex_init(&bankd->workers_mutex, NULL);
diff --git a/src/client/main_fsm.c b/src/client/main_fsm.c
index f8b1406..0aa7429 100644
--- a/src/client/main_fsm.c
+++ b/src/client/main_fsm.c
@@ -70,7 +70,7 @@
env[i++] = talloc_asprintf(env, "REMSIM_CAUSE=%s", cause);
- /* ask frontend to append any frontend-speccific additional environment vars */
+ /* ask frontend to append any frontend-specific additional environment vars */
rc = frontend_append_script_env(bc, env, i, 256-i-1);
if (rc > 0)
i = rc;
diff --git a/src/client/user_ifdhandler.c b/src/client/user_ifdhandler.c
index f3e5489..60adfdb 100644
--- a/src/client/user_ifdhandler.c
+++ b/src/client/user_ifdhandler.c
@@ -111,7 +111,7 @@
void __thread *talloc_asn1_ctx;
struct client_thread {
- /* bankd client runningi inside this thread */
+ /* bankd client running inside this thread */
struct bankd_client *bc;
/* inter-thread osmo-fd; communication with IFD/PCSC thread */
@@ -132,7 +132,7 @@
int it_sock_fd;
};
-/* enqueue a msgb (containg 'struct itmsg') towards the IFD-handler thread */
+/* enqueue a msgb (containing 'struct itmsg') towards the IFD-handler thread */
static void enqueue_to_ifd(struct client_thread *ct, struct msgb *msg)
{
if (!msg)
diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c
index c0336b7..bd07330 100644
--- a/src/rspro_client_fsm.c
+++ b/src/rspro_client_fsm.c
@@ -94,11 +94,11 @@
}
enum server_conn_fsm_state {
- /* waiting for initial connectiong to remsim-server */
+ /* waiting for initial connection to remsim-server */
SRVC_ST_INIT,
/* server connection established, waiting for ClientConnectRes */
SRVC_ST_ESTABLISHED,
- /* server connection etsablished, ClientConnect succeeded */
+ /* server connection established, ClientConnect succeeded */
SRVC_ST_CONNECTED,
/* connection lost, we're waiting for a re-establish */
SRVC_ST_REESTABLISH,
--
To view, visit
https://gerrit.osmocom.org/c/osmo-remsim/+/28022
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Idc4db138d83be0c7c0b0ff6dfbb9f094b21d6fa9
Gerrit-Change-Number: 28022
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange