spelling: usage

This commit is contained in:
Josh Soref 2018-03-11 19:11:59 +00:00
parent 001f664ab1
commit 0ced826ed3

View file

@ -41,7 +41,7 @@ func TestNetworkIndex_Overcommitted(t *testing.T) {
t.Fatalf("have resources")
}
// Double up our ussage
// Double up our usage
idx.AddReserved(reserved)
if !idx.Overcommitted() {
t.Fatalf("should be overcommitted")