summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-06-20 10:56:05 +0200
committerantirez <antirez@gmail.com>2013-06-20 10:56:05 +0200
commit16ddbb7dfc435f1abb01ecd4df316827be341899 (patch)
treedf9d5444f430c150b64bdb58dae0dff431e9fab3
parentf2f2b4eb9d7d54aa815ac17e33b5254d527b1856 (diff)
downloadredis-16ddbb7dfc435f1abb01ecd4df316827be341899.tar.gz
Fixed typo in 2.6.14 changelog. verison -> version.
-rw-r--r--00-RELEASENOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 13ba9e8c4..b92835086 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -22,7 +22,7 @@ UPGRADE URGENCY: HIGH because of the following two issues:
* [FIX] AOF bug: expire could be removed from key on AOF rewrite.
* [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
-* [FIX] Sentinel: parse new verison of INFO replication output correctly.
+* [FIX] Sentinel: parse new version of INFO replication output correctly.
* [NEW] Reset masterauth if an empty string is configured.
--[ Redis 2.6.13 ]