chore: fix typos (#2122)
* refactor: fix typos * Update help.go Co-authored-by: Noah Hsu <i@nn.ci>
This commit is contained in:
@ -88,7 +88,7 @@ func CreateNestedFile(path string) (*os.File, error) {
|
||||
if !Exists(basePath) {
|
||||
err := os.MkdirAll(basePath, 0700)
|
||||
if err != nil {
|
||||
log.Errorf("can't create foler,%s", err)
|
||||
log.Errorf("can't create folder, %s", err)
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user