From ea582d69a2b6ac33f537c9810bb738cfc3070430 Mon Sep 17 00:00:00 2001 From: horwitz Date: Mon, 11 Jan 2010 22:41:26 +0000 Subject: [PATCH] Fix:misc:Correct some typos as reported by Pini. git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@2911 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/font/freetype/font_freetype.c | 2 +- navit/graphics.c | 2 +- navit/map/garmin/garmin.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/navit/font/freetype/font_freetype.c b/navit/font/freetype/font_freetype.c index 7fb77e9..4b277a7 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 8804cfb..bacd9f8 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 da0f580..de75be6 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)); } -- 1.7.9.5