From eb2b0f84d8624c19f71a53ff1585a797fc7636f0 Mon Sep 17 00:00:00 2001
From: Aleksey Demakov <ademakov@gmail.com>
Date: Sun, 29 Apr 2012 17:59:56 +0400
Subject: [PATCH] Fix comment grammar.

---
 mod/box/index.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/box/index.m b/mod/box/index.m
index 799e99f6c0..2db1883e73 100644
--- a/mod/box/index.m
+++ b/mod/box/index.m
@@ -318,7 +318,7 @@ hash_iterator_free(struct iterator *iterator)
 
 - (void) checkKeyParts: (int) parts :(bool) partial_key_allowed
 {
-	/* Hash indexes never allows partial keys. */
+	/* Hash indexes never allow partial keys. */
 	(void) partial_key_allowed;
 	[super checkKeyParts: parts :false];
 }
-- 
GitLab