Fix grammar in error string

This commit is contained in:
Mark Roberts
2014-02-25 16:51:36 -08:00
parent 25e63cc422
commit 3b39d9d658

View File

@@ -60,7 +60,7 @@ ErrorStrings = {
7 : 'REQUEST_TIMED_OUT',
8 : 'BROKER_NOT_AVAILABLE',
9 : 'REPLICA_NOT_AVAILABLE',
10 : 'MESSAGE_SIZE_TO_LARGE',
10 : 'MESSAGE_SIZE_TOO_LARGE',
11 : 'STALE_CONTROLLER_EPOCH',
12 : 'OFFSET_METADATA_TOO_LARGE',
}