| commit | fe935e8d503aba6b29c9b066af51d75e1b4a2da0 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Thu Oct 08 11:23:19 2009 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 08 12:17:31 2009 +0200 |
| tree | 533cccd2b5268b276d27d7b92c714f148a0726e3 | |
| parent | fd90aab3a45410337332cd31091f29bcada3c977 [diff] [blame] |
Assorted spelling fixes.
diff --git a/dlls/jscript/activex.c b/dlls/jscript/activex.c index 8af4eb7..cb94d4e 100644 --- a/dlls/jscript/activex.c +++ b/dlls/jscript/activex.c
@@ -156,7 +156,7 @@ } if(arg_cnt(dp) != 1) { - FIXME("unsuported arg_cnt %d\n", arg_cnt(dp)); + FIXME("unsupported arg_cnt %d\n", arg_cnt(dp)); return E_NOTIMPL; }