Pronunciation.

Spelling is hard. Maybe this time. /cc @themarex @systemed
This commit is contained in:
Daniel J. Hofmann
2016-06-02 16:35:21 +02:00
parent 87f00d2c4c
commit dfa762bccc
3 changed files with 4 additions and 4 deletions
@@ -602,7 +602,7 @@ class InternalDataFacade final : public BaseDataFacade
std::string GetPronunciationForID(const unsigned name_id) const override final
{
// We store the pronounciation after the name and destination of a street.
// We store the pronunciation after the name and destination of a street.
// We do this to get around the street length limit of 255 which would hit
// if we concatenate these. Order (see extractor_callbacks):
// name (0), destination (1), pronunciation (2)
@@ -676,7 +676,7 @@ class SharedDataFacade final : public BaseDataFacade
std::string GetPronunciationForID(const unsigned name_id) const override final
{
// We store the pronounciation after the name and destination of a street.
// We store the pronunciation after the name and destination of a street.
// We do this to get around the street length limit of 255 which would hit
// if we concatenate these. Order (see extractor_callbacks):
// name (0), destination (1), pronunciation (2)