summaryrefslogtreecommitdiff
path: root/object_test.go
diff options
context:
space:
mode:
authorreujab <[email protected]>2017-07-11 23:52:13 -0400
committerreujab <[email protected]>2017-07-11 23:52:13 -0400
commita119b21dbb1b3b2720a269ed6253b3e76764c7c8 (patch)
tree4e8df05b4f9a04c31e3d2fa4721481251ba30023 /object_test.go
parent7969aefd42abf3d3d93397760e54c872493e0972 (diff)
fixed typos
Diffstat (limited to 'object_test.go')
-rw-r--r--object_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_test.go b/object_test.go
index cc08210..4932dd2 100644
--- a/object_test.go
+++ b/object_test.go
@@ -108,7 +108,7 @@ func TestObjectOwner(t *testing.T) {
func checkShortId(t *testing.T, Id, shortId string) {
if len(shortId) < 7 || len(shortId) >= len(Id) {
- t.Fatalf("bad shortId lenght %d", len(shortId))
+ t.Fatalf("bad shortId length %d", len(shortId))
}
if !strings.HasPrefix(Id, shortId) {