diff --git a/src/ientry.h b/src/ientry.h index cf14d17..b72cce4 100644 --- a/src/ientry.h +++ b/src/ientry.h @@ -1,4 +1,4 @@ -/* a text extry widget with OK, cancel and modified +/* a text entry widget with OK, cancel and modified */ /* diff --git a/src/imageui.c b/src/imageui.c index 4b0e750..0cc9c85 100644 --- a/src/imageui.c +++ b/src/imageui.c @@ -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; diff --git a/src/infobar.h b/src/infobar.h index 3cd6057..3b5ff8b 100644 --- a/src/infobar.h +++ b/src/infobar.h @@ -1,4 +1,4 @@ -/* a status bar for the iamge display window +/* a status bar for the image display window */ /*