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.
This commit is contained in:
Siôn le Roux 2021-11-23 20:38:02 +01:00 committed by Tomas Babej
parent a09712d5d2
commit 01add8a34a

View file

@ -477,7 +477,7 @@ void CmdNews::version2_6_0 (std::vector<NewsItem>& 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."
);