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()