Skip to content

Commit

Permalink
Fix minor typo (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caiyeon authored and jefferai committed Aug 7, 2017
1 parent 02ebc5c commit 5f56df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vault/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ func TestCore(t testing.T) *Core {
return TestCoreWithSeal(t, nil)
}

// TestCoreNewSeal returns an in-memory, ininitialized core with the new seal
// configuration.
// TestCoreNewSeal returns a pure in-memory, uninitialized core with
// the new seal configuration.
func TestCoreNewSeal(t testing.T) *Core {
return TestCoreWithSeal(t, &TestSeal{})
}
Expand Down

0 comments on commit 5f56df6

Please sign in to comment.