[Geocoding] [OpenStreetMap] #4373: Misspelled icon URL: dispensing instead of dispencing
OpenStreetMap
trac at openstreetmap.org
Mon Apr 23 00:51:41 BST 2012
#4373: Misspelled icon URL: dispensing instead of dispencing
-----------------------------------+----------------------------------------
Reporter: linuxminded@… | Owner: geocoding@…
Type: defect | Status: new
Priority: minor | Milestone:
Component: nominatim | Version:
Keywords: |
-----------------------------------+----------------------------------------
Comment(by linuxminded@…):
Since dispensing is the proper spelling, fixing the images seems the
correct approach.
I don't have a Github account to provide a fixed branch, but fixing the
Nominatim git repo is easy:
{{{
for f in website/images/mapicons/health_pharmacy_dispencing.*;
do
git mv $f $(echo $f | sed 's/dispencing/dispensing/g');
done
git commit -m 'Fix typo: health_pharmacy_dispencing ->
health_pharmacy_dispensing'
}}}
--
Ticket URL: <https://trac.openstreetmap.org/ticket/4373#comment:1>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world
More information about the Geocoding
mailing list