From f6620c06e677b73977de339ef4f14c12554cec7e Mon Sep 17 00:00:00 2001 From: mattcallow Date: Mon, 3 Mar 2008 22:46:45 +0000 Subject: [PATCH] fix:core:Typo in navit_init() git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@936 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/src/navit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navit/src/navit.c b/navit/src/navit.c index 8245e3c..6fb5c02 100644 --- a/navit/src/navit.c +++ b/navit/src/navit.c @@ -1087,7 +1087,7 @@ navit_init(struct navit *this_) return; } if (!this_->gra) { - g_warning("failed to instantiate gui '%s'\n",this_->gra_type); + g_warning("failed to instantiate graphics '%s'\n",this_->gra_type); navit_destroy(this_); return; } -- 2.7.4