Skip to content

Commit dd374e2

Browse files
committed
Fix typos
Found by codespell.
1 parent d712a4e commit dd374e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ientry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* a text extry widget with OK, cancel and modified
1+
/* a text entry widget with OK, cancel and modified
22
*/
33

44
/*

src/imageui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const int imageui_snap_threshold = 10;
5555
typedef enum {
5656
IMAGEUI_WAIT, /* Waiting for left down */
5757
IMAGEUI_SELECT, /* Manipulating a selected region */
58-
IMAGEUI_SCROLL, /* Drag-scrolling the iamge */
58+
IMAGEUI_SCROLL, /* Drag-scrolling the image */
5959
IMAGEUI_CREATE, /* Dragging out a new region */
6060
} ImageuiState;
6161

src/infobar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* a status bar for the iamge display window
1+
/* a status bar for the image display window
22
*/
33

44
/*

0 commit comments

Comments
 (0)