Cleanup: Fixed typo in docstring

This commit is contained in:
Patrick Flakus
2022-01-25 11:19:46 +01:00
committed by Tomas Babej
parent 112ac54a57
commit 59a1729a05

View File

@@ -475,7 +475,7 @@ int Context::initialize (int argc, const char** argv)
// [1] Load the correct config file.
// - Default to ~/.taskrc (ctor).
// - If no ~/.taskrc, use $XDG_CONFIG_HOME/task/taskrc if exists, or
// ~/.config/task/taskrc if $XDG_DATA_HOME is unset
// ~/.config/task/taskrc if $XDG_CONFIG_HOME is unset
// - Allow $TASKRC override.
// - Allow command line override rc:<file>
// - Load resultant file.