From b24f69c3d264d76e3dcb301bfabf37f78a81ecfd Mon Sep 17 00:00:00 2001 From: Sisir Koppaka Date: Mon, 2 Mar 2015 22:38:45 -0500 Subject: [PATCH] utils/hashtable/rehashing.c: Fix typos --- utils/hashtable/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/hashtable/README b/utils/hashtable/README index e2862f012..43daef523 100644 --- a/utils/hashtable/README +++ b/utils/hashtable/README @@ -5,7 +5,7 @@ rehashing.c Visually show buckets in the two hash tables between rehashings. Also stress test getRandomKeys() implementation, that may actually disappear from -Redis soon, however visualizaiton some code is reusable in new bugs +Redis soon. However, some visualization code is reusable in new bugs investigation. Compile with: