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