summaryrefslogtreecommitdiff
path: root/ReqMach.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-23 10:20:54 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-23 10:20:54 -0700
commitf0b589b685cc3d9f684d9423250f798a8f93142f (patch)
tree6ecfc8b9aab8a5cacb5de9b21646e2ee85f04c97 /ReqMach.c
parent3a2473affe1e15d6e8d252db7ec5e22fd1683978 (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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ReqMach.c b/ReqMach.c
index 4ba1a76..1a27f02 100644
--- a/ReqMach.c
+++ b/ReqMach.c
@@ -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)