diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-09 12:31:56 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-09 12:31:56 -0800 |
commit | c4d20042385ac95023ff5c03f2849655bdfb931b (patch) | |
tree | b193f7e430f4fc8dcae457d047ce20c11db87ca0 /xsm.c | |
parent | 655c8ff920ac3fe8601e449b2ef8247063069bc8 (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 'xsm.c')
-rw-r--r-- | xsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ main(int argc, char *argv[]) /* - * Initalize all lists + * Initialize all lists */ RunningList = ListInit(); |