*: fix typos vaild->valid

This commit is contained in:
Xiang Li
2015-08-07 10:57:11 -07:00
parent f0a5874473
commit 845c51fedd
7 changed files with 9 additions and 9 deletions

View File

@ -1146,7 +1146,7 @@ func TestGetOtherPeerURLs(t *testing.T) {
// storeRecorder records all the methods it receives.
// storeRecorder DOES NOT work as a actual store.
// It always returns invaild empty response and no error.
// It always returns invalid empty response and no error.
type storeRecorder struct{ testutil.Recorder }
func (s *storeRecorder) Version() int { return 0 }