mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix typo
This commit is contained in:
parent
3c53af8c24
commit
b1022d6d18
@ -29,7 +29,7 @@ const (
|
|||||||
|
|
||||||
// CreateFile creates the named file in the config directory, if it does not already exist.
|
// 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 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
|
// If unsuccessful, returns an error
|
||||||
func CreateFile(fileName string) (string, error) {
|
func CreateFile(fileName string) (string, error) {
|
||||||
configDir, err := WtfConfigDir()
|
configDir, err := WtfConfigDir()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user