From 75dd8f4dc2e5c6f05e5ab624192c411c138cea7b Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Sun, 9 May 2021 16:50:58 +0200 Subject: [PATCH] * Fixed typo in sample configuration file. --- ffpreview.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffpreview.conf.sample b/ffpreview.conf.sample index 2e2c92f..fead3e0 100644 --- a/ffpreview.conf.sample +++ b/ffpreview.conf.sample @@ -14,7 +14,7 @@ grid=5x5 # Mouse-over thumbnail highlight color. Either a color name or in a # hexadecimal color specifier in #RRGGBB notation. -hightlightcolor=lightblue +highlightcolor=lightblue # Path to ffprobe. ffprobe=ffprobe -- 2.30.2