From a7a29a20cdd4f07367ff5181ae3d3c9efcc9832f Mon Sep 17 00:00:00 2001 From: John ShaggyTwoDope Jenkins Date: Tue, 13 Oct 2015 17:14:11 -0700 Subject: typos --- db_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db_test.go') diff --git a/db_test.go b/db_test.go index ae21938..1f37f9b 100644 --- a/db_test.go +++ b/db_test.go @@ -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 -- cgit v1.2.3