From c4d20042385ac95023ff5c03f2849655bdfb931b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 9 Jan 2022 12:31:56 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- xsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3