summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-09 12:31:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-09 12:31:56 -0800
commitc4d20042385ac95023ff5c03f2849655bdfb931b (patch)
treeb193f7e430f4fc8dcae457d047ce20c11db87ca0
parent655c8ff920ac3fe8601e449b2ef8247063069bc8 (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>
-rw-r--r--xsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsm.c b/xsm.c
index c02cfbe..a5a152d 100644
--- a/xsm.c
+++ b/xsm.c
@@ -293,7 +293,7 @@ main(int argc, char *argv[])
/*
- * Initalize all lists
+ * Initialize all lists
*/
RunningList = ListInit();