Explorar o código

修正拼写错误

xormplus %!s(int64=9) %!d(string=hai) anos
pai
achega
b7ef89de89
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      fswatcher.go

+ 2 - 2
fswatcher.go

@@ -6,7 +6,7 @@ import (
 	"github.com/fsnotify/fsnotify"
 )
 
-//start filesytem watcher
+//start filesystem watcher
 func (engine *Engine) StartFSWatcher() error {
 	var err error
 	engine.watcher, err = fsnotify.NewWatcher()
@@ -61,7 +61,7 @@ func (engine *Engine) StartFSWatcher() error {
 	return nil
 }
 
-//stop filesytem watcher
+//stop filesystem watcher
 func (engine *Engine) StopFSWatcher() error {
 	return engine.watcher.Close()
 }