Skip to content

Commit

Permalink
Fixed spelling error in TestPurgeMissing
Browse files Browse the repository at this point in the history
  • Loading branch information
Menno Smits committed May 11, 2015
1 parent 9aad82c commit 541cb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txn/txn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ func (s *S) TestPurgeMissing(c *C) {
err = s.runner.Run(ops2, "", nil)
c.Assert(err, ErrorMatches, "cannot find transaction .*")

c.Logf("---- Puring missing transactions")
c.Logf("---- Purging missing transactions")
err = s.runner.PurgeMissing("accounts")
c.Assert(err, IsNil)

Expand Down

0 comments on commit 541cb7b

Please sign in to comment.