From: Edward Betts Date: Wed, 8 Mar 2017 15:06:50 +0000 (+0000) Subject: correct spelling mistakes X-Git-Tag: v3.0.0~59^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/7e3af2debcbc17f7903926dcc72f6cc8e68026f5?ds=inline;hp=-c correct spelling mistakes --- 7e3af2debcbc17f7903926dcc72f6cc8e68026f5 diff --git a/docs/Import_and_update.md b/docs/Import_and_update.md index 8340b59e..d4d89592 100644 --- a/docs/Import_and_update.md +++ b/docs/Import_and_update.md @@ -3,7 +3,7 @@ Importing a new database The following instructions explain how to create a Nominatim database from an OSM planet file and how to keep the database up to date. It -is assumed that you have already sucessfully installed the Nominatim +is assumed that you have already successfully installed the Nominatim software itself, if not return to the [installation page](Installation.md). Configuration setup in settings/local.php diff --git a/nominatim/nominatim.h b/nominatim/nominatim.h index 71036199..a98f3bf9 100644 --- a/nominatim/nominatim.h +++ b/nominatim/nominatim.h @@ -20,7 +20,7 @@ struct output_options int expire_tiles_zoom_min; /* Minimum zoom level for tile expiry list */ const char *expire_tiles_filename; /* File name to output expired tiles list to */ int enable_hstore; /* add an additional hstore column with objects key/value pairs */ - int enable_multi; /* Output multi-geometries intead of several simple geometries */ + int enable_multi; /* Output multi-geometries instead of several simple geometries */ char** hstore_columns; /* list of columns that should be written into their own hstore column */ int n_hstore_columns; /* number of hstore columns */ }; diff --git a/test/bdd/api/reverse/params.feature b/test/bdd/api/reverse/params.feature index 0d35cdc7..765c91c3 100644 --- a/test/bdd/api/reverse/params.feature +++ b/test/bdd/api/reverse/params.feature @@ -1,6 +1,6 @@ @APIDB Feature: Parameters for Reverse API - Testing diferent parameter options for reverse API. + Testing different parameter options for reverse API. Scenario Outline: Reverse-geocoding without address When sending reverse coordinates 53.603,10.041 diff --git a/test/bdd/db/import/parenting.feature b/test/bdd/db/import/parenting.feature index b0b76438..2650f6f0 100644 --- a/test/bdd/db/import/parenting.feature +++ b/test/bdd/db/import/parenting.feature @@ -1,6 +1,6 @@ @DB Feature: Parenting of objects - Tests that the correct parent is choosen + Tests that the correct parent is chosen Scenario: Address inherits postcode from its street unless it has a postcode Given the scene roads-with-pois