From 6ca9e8703537572413e104b14b6cb73d252d8217 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 3 Jan 2017 14:55:46 +0100 Subject: [PATCH] Fix typo in doc: s/exceptio/exception #331 --- doc/quota_information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quota_information.md b/doc/quota_information.md index 1846734..3607542 100644 --- a/doc/quota_information.md +++ b/doc/quota_information.md @@ -94,7 +94,7 @@ insufficient quota. #### Example -Suppose you want to geocode a whole table. In order to check that you have enough quota, and avoid a "quota exhausted" exceptio, first find out how many records you need to geocode: +Suppose you want to geocode a whole table. In order to check that you have enough quota, and avoid a "quota exhausted" exception, first find out how many records you need to geocode: ```sql SELECT COUNT(*) FROM {tablename} WHERE {street_name_column} IS NOT NULL;