diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-23 10:20:54 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-23 10:20:54 -0700 |
commit | f0b589b685cc3d9f684d9423250f798a8f93142f (patch) | |
tree | 6ecfc8b9aab8a5cacb5de9b21646e2ee85f04c97 /ReqMach.c | |
parent | 3a2473affe1e15d6e8d252db7ec5e22fd1683978 (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 'ReqMach.c')
-rw-r--r-- | ReqMach.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -100,7 +100,7 @@ BWAddRequest(Widget w, BWRequest name, Boolean trap, /* * Engages the request designated by the current parameter. - * Returnes TRUE if the request has an engage function and FALSE otherwise. + * Returns TRUE if the request has an engage function and FALSE otherwise. */ static Boolean Engage(BitmapWidget BW, Cardinal current) @@ -127,7 +127,7 @@ Engage(BitmapWidget BW, Cardinal current) Boolean BWRemoveRequest(); */ /* - * Scans down the request stack removing all requests untill it finds + * Scans down the request stack removing all requests until it finds * one to be trapped. */ static void @@ -152,7 +152,7 @@ TrappingLoop(BitmapWidget BW) } /* * Terimantes the current request and continues with next request if con = TRUE - * Returnes TRUE if there is any number of requests left on the stack. + * Returns TRUE if there is any number of requests left on the stack. */ Boolean BWTerminateRequest(Widget w, Boolean cont) |