From 00a458602ede95d84dabdd2e4460fb9e2a6f0a8b Mon Sep 17 00:00:00 2001
From: Marcin Olichwirowicz <olichwirowicz@gmail.com>
Date: Fri, 30 Aug 2013 10:10:55 +0200
Subject: [PATCH] Typo correction

---
 lib/geocoder/lookups/base.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/geocoder/lookups/base.rb b/lib/geocoder/lookups/base.rb
index c0ef4682..4b8027ec 100644
--- a/lib/geocoder/lookups/base.rb
+++ b/lib/geocoder/lookups/base.rb
@@ -190,7 +190,7 @@ module Geocoder
 
       ##
       # Protocol to use for communication with geocoding services.
-      # Set in configuration but no available for every service.
+      # Set in configuration but not available for every service.
       #
       def protocol
         "http" + (configuration.use_https ? "s" : "")
-- 
GitLab