We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d712a4e commit dd374e2Copy full SHA for dd374e2
src/ientry.h
@@ -1,4 +1,4 @@
1
-/* a text extry widget with OK, cancel and modified
+/* a text entry widget with OK, cancel and modified
2
*/
3
4
/*
src/imageui.c
@@ -55,7 +55,7 @@ const int imageui_snap_threshold = 10;
55
typedef enum {
56
IMAGEUI_WAIT, /* Waiting for left down */
57
IMAGEUI_SELECT, /* Manipulating a selected region */
58
- IMAGEUI_SCROLL, /* Drag-scrolling the iamge */
+ IMAGEUI_SCROLL, /* Drag-scrolling the image */
59
IMAGEUI_CREATE, /* Dragging out a new region */
60
} ImageuiState;
61
src/infobar.h
-/* a status bar for the iamge display window
+/* a status bar for the image display window
0 commit comments