Fix:misc:Correct some typos as reported by Pini.
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 11 Jan 2010 22:41:26 +0000 (22:41 +0000)
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 11 Jan 2010 22:41:26 +0000 (22:41 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@2911 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/font/freetype/font_freetype.c
navit/graphics.c
navit/map/garmin/garmin.c

index 7fb77e9..4b277a7 100644 (file)
@@ -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));
index 8804cfb..bacd9f8 100644 (file)
@@ -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);
index da0f580..de75be6 100644 (file)
@@ -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));
        }