summaryrefslogtreecommitdiff
path: root/Bitmap.c
diff options
context:
space:
mode:
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);