Fabrizio (Misto) Milo 12 years ago
parent
commit
f5c2d19b90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      store/watcher_test.go

+ 1 - 1
store/watcher_test.go

@@ -54,7 +54,7 @@ func TestWatch(t *testing.T) {
 	}
 }
 
-// BenchmarkWatch creates 10K watchers watch at /foo/[paht] each time.
+// BenchmarkWatch creates 10K watchers watch at /foo/[path] each time.
 // Path is randomly chosen with max depth 10.
 // It should take less than 15ms to wake up 10K watchers.
 func BenchmarkWatch(b *testing.B) {