Skip to content

Commit 61f3a41

Browse files
authored
Merge pull request #102 from mosceo/fix_typo
fix typo
2 parents 56fe55c + 4ad94c3 commit 61f3a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (d defaultLogger) Report(event ConnLogKind, conn *Connection, v ...interfac
7575
resp := v[0].(*Response)
7676
log.Printf("tarantool: connection %s got unexpected resultId (%d) in response", conn.addr, resp.RequestId)
7777
default:
78-
args := append([]interface{}{"tarantool: unexpecting event ", event, conn}, v...)
78+
args := append([]interface{}{"tarantool: unexpected event ", event, conn}, v...)
7979
log.Print(args...)
8080
}
8181
}

0 commit comments

Comments
 (0)