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 /Bitmap.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 'Bitmap.c')
-rw-r--r-- | Bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |