From 14e82d1896dc1fc00f20468c5f1ef6d55d9051d2 Mon Sep 17 00:00:00 2001 From: Ronan Amicel Date: Sat, 31 May 2014 00:39:51 +0200 Subject: [PATCH] Fix typos in README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d4a881cc..f5e3725c 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Elasticsearch Client =========================== -Official low-level client for Elasticsearch. It's goal is to provide common +Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. @@ -75,7 +75,7 @@ The client's features include: decoded for performance reasons) * configurable automatic discovery of cluster nodes * persistent connections - * load balancing (with pluggable selection strategy) across all availible nodes + * load balancing (with pluggable selection strategy) across all available nodes * failed connection penalization (time based - failed connections won't be retried until a timeout is reached) * thread safety