From b1022d6d183178a79da4e0f00d60d0e907774ddc Mon Sep 17 00:00:00 2001 From: Jason Schweier Date: Wed, 7 Oct 2020 19:01:41 -0400 Subject: [PATCH] Fix typo --- cfg/config_files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/config_files.go b/cfg/config_files.go index cf65dec3..9e7ceb40 100644 --- a/cfg/config_files.go +++ b/cfg/config_files.go @@ -29,7 +29,7 @@ const ( // CreateFile creates the named file in the config directory, if it does not already exist. // If the file exists it does not recreate it. -// If successful, eturns the absolute path to the file +// If successful, returns the absolute path to the file // If unsuccessful, returns an error func CreateFile(fileName string) (string, error) { configDir, err := WtfConfigDir()