diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-10-14 15:29:50 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-10-14 15:29:50 -0600 |
commit | b05ba12bcbde8a55ce1b55ce50f1a06d8667c18f (patch) | |
tree | 57c227acc7bf104cdc3a0d2d3c91813e6141baa6 /db_test.go | |
parent | Merge pull request #435 from hqhq/hq_add_arm64 (diff) | |
parent | typos (diff) | |
download | dedo-b05ba12bcbde8a55ce1b55ce50f1a06d8667c18f.tar.gz dedo-b05ba12bcbde8a55ce1b55ce50f1a06d8667c18f.tar.xz |
Merge pull request #437 from shaggytwodope/master
small typos
Diffstat (limited to 'db_test.go')
-rw-r--r-- | db_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -622,7 +622,7 @@ func TestDB_Consistency(t *testing.T) { }) } -// Ensure that DB stats can be substracted from one another. +// Ensure that DB stats can be subtracted from one another. func TestDBStats_Sub(t *testing.T) { var a, b bolt.Stats a.TxStats.PageCount = 3 |