summaryrefslogtreecommitdiff
path: root/navit/vehicle
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/vehicle
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/vehicle')
-rw-r--r--navit/vehicle/file/vehicle_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/vehicle/file/vehicle_file.c b/navit/vehicle/file/vehicle_file.c
index 5a3be743a..868af4f57 100644
--- a/navit/vehicle/file/vehicle_file.c
+++ b/navit/vehicle/file/vehicle_file.c
@@ -842,7 +842,7 @@ vehicle_file_destroy(struct vehicle_priv *priv)
* @param type Attribute type called
* @param attr Structure to return the attribute value
*
-* @return 1 if ok, 0 for unkown or invalid attribute
+* @return 1 if ok, 0 for unknown or invalid attribute
*/
static int
vehicle_file_position_attr_get(struct vehicle_priv *priv,
@@ -920,7 +920,7 @@ vehicle_file_position_attr_get(struct vehicle_priv *priv,
* @param type Attribute type called
* @param attr Structure to return the attribute value
*
-* @return 1 if ok, 0 for unkown attribute
+* @return 1 if ok, 0 for unknown attribute
*/
static int
vehicle_file_sat_attr_get(void *priv_data, enum attr_type type, struct attr *attr)