From 6bf2ee5198894e5b601797e39d214c0717a58490 Mon Sep 17 00:00:00 2001 From: NotSpooky Date: Thu, 26 May 2016 08:16:51 -0600 Subject: [PATCH] Fix typo --- src/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.def.h b/src/config.def.h index c790f7f..5e18513 100644 --- a/src/config.def.h +++ b/src/config.def.h @@ -41,7 +41,7 @@ /* show wget style progressbar in status bar */ #define FEATURE_WGET_PROGRESS_BAR #ifdef HAS_GTK3 -/* enables workaround for hight dpi displays */ +/* enables workaround for high dpi displays */ /* eventually the environment variable GDK_DPI_SCALE=2.0 must be set */ /* to get the hack working */ /* #define FEATURE_HIGH_DPI */ -- 2.20.1