From 59a1729a05171879d9e1964313a0a92b90d02ca1 Mon Sep 17 00:00:00 2001 From: Patrick Flakus <63281512+pflakus@users.noreply.github.com> Date: Tue, 25 Jan 2022 11:19:46 +0100 Subject: [PATCH] Cleanup: Fixed typo in docstring --- src/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context.cpp b/src/Context.cpp index 311fce881..0433b0efb 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -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: // - Load resultant file.