From bba8b7d61bbfecd3645ca48b3c3fa6d303d6ae1a Mon Sep 17 00:00:00 2001 From: GreyXor Date: Fri, 20 Jan 2023 20:06:38 +0100 Subject: [PATCH] typo: in doc --- xdg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg.go b/xdg.go index 3d33ca6..24683bc 100644 --- a/xdg.go +++ b/xdg.go @@ -29,7 +29,7 @@ var ( // ConfigHome defines the base directory relative to which user-specific // configuration files should be written. This directory is defined by - // the $XDG_CONFIG_HOME environment variable. If the variable is not + // the $XDG_CONFIG_HOME environment variable. If the variable is // not set, a default equal to $HOME/.config should be used. ConfigHome string