From 63e7fce72d704036016258b2cb55c5624f571d92 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 28 Nov 2021 14:39:06 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- interpret.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interpret.c') diff --git a/interpret.c b/interpret.c index bd7e1fd..3978ed3 100644 --- a/interpret.c +++ b/interpret.c @@ -266,7 +266,7 @@ GC_change_arcmode(int arcmode, Boolean feedback) void GC_change_dashlist(int dashlist, Boolean feedback) { - char dasharray[DASHLENGTH]; /* what we're gonna pass to XSetDashes */ + char dasharray[DASHLENGTH]; /* what we're going to pass to XSetDashes */ int dashnumber = 0; /* which element of dasharray we're currently modifying */ int i; /* which bit of the dashlist we're on */ -- cgit v1.2.3