Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ientry.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* a text extry widget with OK, cancel and modified
/* a text entry widget with OK, cancel and modified
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion src/imageui.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const int imageui_snap_threshold = 10;
typedef enum {
IMAGEUI_WAIT, /* Waiting for left down */
IMAGEUI_SELECT, /* Manipulating a selected region */
IMAGEUI_SCROLL, /* Drag-scrolling the iamge */
IMAGEUI_SCROLL, /* Drag-scrolling the image */
IMAGEUI_CREATE, /* Dragging out a new region */
} ImageuiState;

Expand Down
2 changes: 1 addition & 1 deletion src/infobar.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* a status bar for the iamge display window
/* a status bar for the image display window
*/

/*
Expand Down