From ff03468e2b8813604d47d237c6e17188cd7e50b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bali=C5=ABnas?= Date: Tue, 9 Apr 2024 18:01:52 +0300 Subject: [PATCH] Fix typo --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 162b49487e..05ebb28431 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,7 +14,7 @@ option(ENABLE_HTML "Enable HTML module, require CEF" ON) set(DIAG_FONT_PATH "LiberationMono-Regular.ttf" CACHE STRING "Path to font that will be used to load diag font at runtime. By default - this loads the font distribtued with the application from the working + this loads the font distributed with the application from the working directory. It can be set to an absolute path to instead load a font from the system." )