diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-04-16 09:39:47 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-04-16 09:39:47 -0700 |
commit | 00cfd1f765895b4d1b2234f3203727a8871b64b0 (patch) | |
tree | f41a4272f9d79a626792a90928ccad400bb97563 | |
parent | e2e7c47a528447e90cff6cf10d2ce457742ef48d (diff) |
typo in built-in module log message
-rw-r--r-- | hw/xfree86/loader/loadmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c index c220d8a61..6f8f871d1 100644 --- a/hw/xfree86/loader/loadmod.c +++ b/hw/xfree86/loader/loadmod.c @@ -869,7 +869,7 @@ doLoadModule(const char *module, const char *path, const char **subdirlist, for (cim = compiled_in_modules; *cim; cim++) if (!strcmp (module, *cim)) { - xf86MsgVerb(X_INFO, 3, "Module alread ybuilt-in"); + xf86MsgVerb(X_INFO, 0, "Module already built-in\n"); return (ModuleDescPtr) 1; } |