fix:core:Typo in navit_init()
authormattcallow <mattcallow@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 3 Mar 2008 22:46:45 +0000 (22:46 +0000)
committermattcallow <mattcallow@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 3 Mar 2008 22:46:45 +0000 (22:46 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@936 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/navit.c

index 8245e3c..6fb5c02 100644 (file)
@@ -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;
        }