From 01add8a34ac5ffec2cfd5d86ffccdf810bbc9d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Si=C3=B4n=20le=20Roux?= Date: Tue, 23 Nov 2021 20:38:02 +0100 Subject: [PATCH] docs: Fix typo in XDG news This had XFG written in it, it's surely a typo of XDG since on the next line it's written correctly. --- src/commands/CmdNews.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdNews.cpp b/src/commands/CmdNews.cpp index 9f5dcfdd3..f6c535daf 100644 --- a/src/commands/CmdNews.cpp +++ b/src/commands/CmdNews.cpp @@ -477,7 +477,7 @@ void CmdNews::version2_6_0 (std::vector& items) { " hooks.location=$XDG_CONFIG_HOME/task/hooks/\n\n" " Solutions in the past required symlinks or more cumbersome configuration overrides.", " If you configure your data.location and hooks.location as above, ensure\n" - " that the XFG_DATA_HOME and XDG_CONFIG_HOME environment variables are set,\n" + " that the XDG_DATA_HOME and XDG_CONFIG_HOME environment variables are set,\n" " otherwise they're going to expand to empty string. Alternatively you can\n" " hardcode the desired paths on your system." );