summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-12 21:01:30 +0000
committerDaniel Friesel <derf@chaosdorf.de>2022-01-03 10:24:07 +0100
commit6b3888778bbea026ae05806d7295a05c3ef5ef3f (patch)
tree5186804a3199e5b33d550b4d76f518a5b325dc9b /src/index.c
parentd89975957d54ac901ce52e6e3b9ca95d96048f8f (diff)
Fix spelling
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index 85a3ee8..4c00321 100644
--- a/src/index.c
+++ b/src/index.c
@@ -131,7 +131,7 @@ void init_index_mode(void)
weprintf(
"The image size you specified (%dx%d) is not large\n"
"enough to hold all %d thumbnails. To fit all the thumbnails,\n"
- "either decrease their size, choos e asmaller font,\n"
+ "either decrease their size, choose a smaller font,\n"
"or use a larger image (like %dx%d)",
opt.limit_w, opt.limit_h, filelist_len, w, h);
h = opt.limit_h;