summaryrefslogtreecommitdiff
path: root/navit/linguistics.c
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2018-03-31 06:06:26 -0700
committerjkoan <jkoan@users.noreply.github.com>2018-03-31 15:06:26 +0200
commit52fb7cb287eeabf24db31a1100270e470460010b (patch)
treef81776dd3c241352303b290fd64424ef9f6672f3 /navit/linguistics.c
parent9d9a8ae0e1364910e580c507fcc365045856b84b (diff)
downloadnavit-52fb7cb287eeabf24db31a1100270e470460010b.tar.gz
Fix:typo:Fix various mispells (#421)
* doc/comments: fix typo: chosen not choosen * doc/comments: fix typo: truncated not trucated * doc/comments: fix typo: unknown not unkown * doc/comments: fix typo: attribute not atribute * doc/comments: fix typo: Convenience not Convinience * doc/comments: fix typo: forbidden not forbiden * doc/comments: fix typo: government not goverment
Diffstat (limited to 'navit/linguistics.c')
-rw-r--r--navit/linguistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/linguistics.c b/navit/linguistics.c
index 549f90e17..82513b016 100644
--- a/navit/linguistics.c
+++ b/navit/linguistics.c
@@ -317,7 +317,7 @@ linguistics_casefold(const char *in)
}
*dest=0;
if(*src)
- dbg(lvl_error,"Casefolded string for '%s' needs extra space, result is trucated to '%s'.\n",in,ret);
+ dbg(lvl_error,"Casefolded string for '%s' needs extra space, result is truncated to '%s'.\n",in,ret);
return ret;
}