misspell fixes. (#2835)

This commit is contained in:
Karthic Rao
2016-10-04 12:39:21 +05:30
committed by Harshavardhana
parent 73b50aea2d
commit 6a9013b97c
6 changed files with 23 additions and 23 deletions

View File

@@ -372,7 +372,7 @@ func TestListenBucketNotification(t *testing.T) {
case n := <-nEventCh:
// Check that received event
if len(n) == 0 {
t.Fatal("Unexpected error occured")
t.Fatal("Unexpected error occurred")
}
if n[0].S3.Object.Key != objectName {
t.Fatalf("Received wrong object name in notification, expected %s, received %s", n[0].S3.Object.Key, objectName)