summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--navit/font/freetype/font_freetype.c2
-rw-r--r--navit/graphics.c2
-rw-r--r--navit/map/garmin/garmin.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/navit/font/freetype/font_freetype.c b/navit/font/freetype/font_freetype.c
index 7fb77e952..4b277a76b 100644
--- a/navit/font/freetype/font_freetype.c
+++ b/navit/font/freetype/font_freetype.c
@@ -357,7 +357,7 @@ font_freetype_font_new(struct graphics_priv *gr,
}
font->size=size;
#ifdef HAVE_FONTCONFIG
- dbg(2, " about to search for fonts, prefered = %s\n", fontfamily);
+ dbg(2, " about to search for fonts, preferred = %s\n", fontfamily);
family = g_malloc(sizeof(fontfamilies) + sizeof(fontfamily));
if (fontfamily) {
memcpy(family, &fontfamily, sizeof(fontfamily));
diff --git a/navit/graphics.c b/navit/graphics.c
index 8804cfb2b..bacd9f80a 100644
--- a/navit/graphics.c
+++ b/navit/graphics.c
@@ -1774,7 +1774,7 @@ graphics_draw_itemgra(struct graphics *gra, struct itemgra *itm, struct transfor
}
break;
default:
- dbg(0,"dont know how to draw %d\n", e->type);
+ dbg(0,"don't know how to draw %d\n", e->type);
}
graphics_gc_destroy(gc);
es=g_list_next(es);
diff --git a/navit/map/garmin/garmin.c b/navit/map/garmin/garmin.c
index da0f58042..de75be6ef 100644
--- a/navit/map/garmin/garmin.c
+++ b/navit/map/garmin/garmin.c
@@ -418,7 +418,7 @@ point_attr_get(void *priv_data, enum attr_type attr_type, struct attr *attr)
attr->u.num |= AF_SEGMENTED;
return 1;
default:
- dlog(1, "Dont know about attribute %d[%04X]=%s yet\n", attr_type,attr_type, attr_to_name(attr_type));
+ dlog(1, "Don't know about attribute %d[%04X]=%s yet\n", attr_type,attr_type, attr_to_name(attr_type));
}
return 0;
@@ -567,7 +567,7 @@ search_attr_get(void *priv_data, enum attr_type attr_type, struct attr *attr)
case attr_town_streets_item:
return 0;
default:
- dlog(1, "Dont know about attribute %d[%04X]=%s yet\n",
+ dlog(1, "Don't know about attribute %d[%04X]=%s yet\n",
attr_type,attr_type, attr_to_name(attr_type));
}