summaryrefslogtreecommitdiff
path: root/Bitmap.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 /Bitmap.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 'Bitmap.c')
-rw-r--r--Bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bitmap.c b/Bitmap.c
index af7cac5..e168876 100644
--- a/Bitmap.c
+++ b/Bitmap.c
@@ -1389,7 +1389,7 @@ BWZoomIn(Widget w,
BW->bitmap.mark.to_x = NotSet;
BW->bitmap.mark.to_y = NotSet;
BW->bitmap.zooming = True;
- BW->bitmap.grid = True; /* potencially true, could use a resource here */
+ BW->bitmap.grid = True; /* potentially true, could use a resource here */
FixHotSpot(BW);