diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-05 08:09:19 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-05 08:09:19 -0800 |
commit | 56cdb14923310bfa4d393f2acfffeadb04d806c0 (patch) | |
tree | bf2afc21c4793db0efa5b6df1c84a15d49c9d011 /src | |
parent | e6ccf19f8d1f71ef79f192b4ca9debf7280232a3 (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/sm_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sm_client.c b/src/sm_client.c index 7d00961..7e9c986 100644 --- a/src/sm_client.c +++ b/src/sm_client.c @@ -224,7 +224,7 @@ SmcOpenConnection(char *networkIdsList, SmPointer context, if (ioErrorOccured) { if (errorStringRet && errorLength > 0) { - strncpy (errorStringRet, "IO error occured opening connection", + strncpy (errorStringRet, "IO error occurred opening connection", errorLength); errorStringRet[errorLength - 1] = '\0'; } |