### Can I import only a few countries and also keep them up to date?
You should use the extracts and updates from https://download.geofabrik.de.
-For the intial import, download the countries you need and merge them.
+For the initial import, download the countries you need and merge them.
See [OSM Help](https://help.openstreetmap.org/questions/48843/merging-two-or-more-geographical-areas-to-import-two-or-more-osm-files-in-nominatim)
for examples how to do that. Use the resulting single osm file when
running `setup.php`.
/**
* Get radius around reference point.
*
- * @return float Search radius around refernce point.
+ * @return float Search radius around reference point.
*/
public function nearRadius()
{
/**
* Get current search rank.
*
- * The higher the search rank the lower the likelyhood that the
+ * The higher the search rank the lower the likelihood that the
* search is a correct interpretation of the search query.
*
* @return integer Search rank.
Feature: Import of postcodes
Tests for postcode estimation
- Scenario: Postcodes on the object are prefered over those on the address
+ Scenario: Postcodes on the object are preferred over those on the address
Given the scene admin-areas
And the named places
| osm | class | type | admin | addr+postcode | geometry |