summaryrefslogtreecommitdiff
path: root/object_test.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2017-09-03 20:12:52 +0200
committerGitHub <[email protected]>2017-09-03 20:12:52 +0200
commita2e6f1db859c3f5856e165b9f0f69af749f08d4f (patch)
tree038cb651adc52a9d28234cb77943fa32a05a14d4 /object_test.go
parent7718e373f648e3b4c8ae6d0c2000ff2a980d9f2e (diff)
parent24637b369fd36152bc70925bc93c0c91fbe94c01 (diff)
Merge pull request #398 from reujab/master
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) {