summaryrefslogtreecommitdiff
path: root/src/keyevents.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyevents.c')
-rw-r--r--src/keyevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyevents.c b/src/keyevents.c
index 1905ea5..861a7a7 100644
--- a/src/keyevents.c
+++ b/src/keyevents.c
@@ -44,7 +44,7 @@ static void feh_set_kb(fehkey *key, unsigned int s0, unsigned int y0, unsigned
static inline int ignore_space(int keysym) {
/*
- * Passing values which do not find inside a signed 8bit char to isprint,
+ * Passing values which do not fit inside a signed 8bit char to isprint,
* isspace and the likes is undefined behaviour... which glibc (for some
* values) implements as a segmentation fault. So let's not do that.
*/