lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-1.1.3 vs lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-2.0.0.pre
- old
+ new
@@ -1,9 +1,9 @@
module Elasticsearch
module API
module Actions
- # Returns true if the cluster returns a successful HTTP response, false otherwise.
+ # Returns true if the cluster returns a sucessfull HTTP response, false otherwise.
#
# @example
#
# client.ping
#