From: Alex Henrie alexhenrie24@gmail.com
--- dlls/hhctrl.ocx/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index 98ac76827f5..947787ceb7e 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c @@ -668,7 +668,7 @@ static LRESULT OnTopicChange(HHInfo *info, void *user_data) return 0; }
- TRACE("name %s loal %s\n", debugstr_w(name), debugstr_w(local)); + TRACE("name %s local %s\n", debugstr_w(name), debugstr_w(local));
NavigateToChm(info, chmfile, local); return 0;