From: NotSpooky Date: Thu, 26 May 2016 14:16:51 +0000 (-0600) Subject: Fix typo X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=6bf2ee5198894e5b601797e39d214c0717a58490;p=vimb.git Fix typo --- 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 */