From 3b39d9d6589ee46ae4d31fb078f44019a2810983 Mon Sep 17 00:00:00 2001 From: Mark Roberts Date: Tue, 25 Feb 2014 16:51:36 -0800 Subject: Fix grammar in error string --- kafka/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kafka') diff --git a/kafka/common.py b/kafka/common.py index 583bb32..70d67b4 100644 --- a/kafka/common.py +++ b/kafka/common.py @@ -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', } -- cgit v1.2.1