aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-03-12 14:30:13 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-03-12 14:30:13 +0200
commita092416af6deccec3a0d92cbe2e3191c30a462b7 (patch)
tree7a6dd1927cadb45d1bbb191312133863e9b528e5 /config.h.in
parenta01dcff56c82631edf3ef1e3a590762b2ba79969 (diff)
doc: nit
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index f14d48b..f6fb6d4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -36,7 +36,7 @@
//
// Default image viewer.
// The command is executed as follows:
-// 'arg0' 'arg1' '{col}x{rol}' 'img'
+// 'arg0' 'arg1' '{col}x{row}' 'img'
//
#define DFM_IMG_MODE "chafa" // "kitty"
#define DFM_IMG_KITTY_CMD "kitten", "icat", "--align", "left", "--place"