Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
5cdcd449
Commit
5cdcd449
authored
Aug 17, 2015
by
Andrey Gusev
Committed by
Alexandre Julliard
Aug 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling and typos fixes.
parent
1f7fb03e
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
28 additions
and
28 deletions
+28
-28
time.c
dlls/kernel32/time.c
+1
-1
dom.c
dlls/mshtml/tests/dom.c
+1
-1
script.c
dlls/mshtml/tests/script.c
+3
-3
time.c
dlls/msvcrt/tests/time.c
+2
-2
exception.c
dlls/ntdll/tests/exception.c
+1
-1
marshal.c
dlls/ole32/marshal.c
+1
-1
marshal.c
dlls/ole32/tests/marshal.c
+1
-1
moniker.c
dlls/ole32/tests/moniker.c
+1
-1
ole2.c
dlls/ole32/tests/ole2.c
+4
-4
tmarshal.c
dlls/oleaut32/tests/tmarshal.c
+1
-1
smartteefilter.c
dlls/qcap/tests/smartteefilter.c
+1
-1
filtermapper.c
dlls/quartz/tests/filtermapper.c
+1
-1
richole.c
dlls/riched20/tests/richole.c
+1
-1
dictionary.c
dlls/scrrun/tests/dictionary.c
+2
-2
tiffformat.c
dlls/windowscodecs/tiffformat.c
+1
-1
arb_program_shader.c
dlls/wined3d/arb_program_shader.c
+1
-1
mapidefs.h
include/mapidefs.h
+1
-1
builtins.c
programs/cmd/builtins.c
+1
-1
c2man.pl
tools/c2man.pl
+2
-2
mcl.c
tools/wmc/mcl.c
+1
-1
No files found.
dlls/kernel32/time.c
View file @
5cdcd449
...
...
@@ -1190,7 +1190,7 @@ BOOL WINAPI QueryThreadCycleTime(HANDLE thread, PULONG64 cycle)
{
static
int
once
;
if
(
!
once
++
)
FIXME
(
"(%p,%p
,
): stub!
\n
"
,
thread
,
cycle
);
FIXME
(
"(%p,%p): stub!
\n
"
,
thread
,
cycle
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
...
...
dlls/mshtml/tests/dom.c
View file @
5cdcd449
...
...
@@ -3140,7 +3140,7 @@ static void _test_img_alt(unsigned line, IUnknown *unk, const char *exalt)
hres
=
IHTMLImgElement_get_alt
(
img
,
&
alt
);
ok_
(
__FILE__
,
line
)
(
hres
==
S_OK
,
"get_alt failed: %08x
\n
"
,
hres
);
if
(
exalt
)
ok_
(
__FILE__
,
line
)
(
!
strcmp_wa
(
alt
,
exalt
),
"
inexo
pected alt %s
\n
"
,
wine_dbgstr_w
(
alt
));
ok_
(
__FILE__
,
line
)
(
!
strcmp_wa
(
alt
,
exalt
),
"
unex
pected alt %s
\n
"
,
wine_dbgstr_w
(
alt
));
else
ok_
(
__FILE__
,
line
)
(
!
alt
,
"alt != NULL
\n
"
);
SysFreeString
(
alt
);
...
...
dlls/mshtml/tests/script.c
View file @
5cdcd449
...
...
@@ -333,20 +333,20 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
{
if
(
IsEqualGUID
(
guidService
,
&
SID_VariantConversion
))
{
CHECK_EXPECT
(
QS_VariantConversion
);
ok
(
IsEqualGUID
(
riid
,
&
IID_IVariantChangeType
),
"u
en
xpected riid %s
\n
"
,
wine_dbgstr_guid
(
riid
));
ok
(
IsEqualGUID
(
riid
,
&
IID_IVariantChangeType
),
"u
ne
xpected riid %s
\n
"
,
wine_dbgstr_guid
(
riid
));
*
ppv
=
&
VChangeType
;
return
S_OK
;
}
if
(
IsEqualGUID
(
guidService
,
&
IID_IActiveScriptSite
))
{
CHECK_EXPECT
(
QS_IActiveScriptSite
);
ok
(
IsEqualGUID
(
riid
,
&
IID_IOleCommandTarget
),
"u
en
xpected riid %s
\n
"
,
wine_dbgstr_guid
(
riid
));
ok
(
IsEqualGUID
(
riid
,
&
IID_IOleCommandTarget
),
"u
ne
xpected riid %s
\n
"
,
wine_dbgstr_guid
(
riid
));
return
IActiveScriptSite_QueryInterface
(
site
,
riid
,
ppv
);
}
if
(
IsEqualGUID
(
guidService
,
&
SID_GetCaller
))
{
CHECK_EXPECT
(
QS_GetCaller
);
ok
(
IsEqualGUID
(
riid
,
&
IID_IServiceProvider
),
"u
en
xpected riid %s
\n
"
,
wine_dbgstr_guid
(
riid
));
ok
(
IsEqualGUID
(
riid
,
&
IID_IServiceProvider
),
"u
ne
xpected riid %s
\n
"
,
wine_dbgstr_guid
(
riid
));
*
ppv
=
NULL
;
return
E_NOINTERFACE
;
}
...
...
dlls/msvcrt/tests/time.c
View file @
5cdcd449
...
...
@@ -763,12 +763,12 @@ static void test_asctime(void)
gmt
=
0
;
gmt_tm
=
p_gmtime
(
&
gmt
);
ret
=
p_asctime
(
gmt_tm
);
ok
(
!
strcmp
(
ret
,
"Thu Jan 01 00:00:00 1970
\n
"
),
"asctime retu
nr
ed %s
\n
"
,
ret
);
ok
(
!
strcmp
(
ret
,
"Thu Jan 01 00:00:00 1970
\n
"
),
"asctime retu
rn
ed %s
\n
"
,
ret
);
gmt
=
312433121
;
gmt_tm
=
p_gmtime
(
&
gmt
);
ret
=
p_asctime
(
gmt_tm
);
ok
(
!
strcmp
(
ret
,
"Mon Nov 26 02:58:41 1979
\n
"
),
"asctime retu
nr
ed %s
\n
"
,
ret
);
ok
(
!
strcmp
(
ret
,
"Mon Nov 26 02:58:41 1979
\n
"
),
"asctime retu
rn
ed %s
\n
"
,
ret
);
/* Week day is only checked if it's in 0..6 range */
gmt_tm
->
tm_wday
=
3
;
...
...
dlls/ntdll/tests/exception.c
View file @
5cdcd449
...
...
@@ -953,7 +953,7 @@ static void test_debugger(void)
sizeof
(
stage
),
&
size_read
);
ok
(
!
status
,
"NtReadVirtualMemory failed with 0x%x
\n
"
,
status
);
ok
(
!
de
.
u
.
DebugString
.
fUnicode
,
"une
px
ected unicode debug string event
\n
"
);
ok
(
!
de
.
u
.
DebugString
.
fUnicode
,
"une
xp
ected unicode debug string event
\n
"
);
ok
(
de
.
u
.
DebugString
.
nDebugStringLength
<
sizeof
(
buffer
)
-
1
,
"buffer not large enough to hold %d bytes
\n
"
,
de
.
u
.
DebugString
.
nDebugStringLength
);
...
...
dlls/ole32/marshal.c
View file @
5cdcd449
...
...
@@ -1733,7 +1733,7 @@ HRESULT WINAPI CoMarshalInterface(IStream *pStream, REFIID riid, IUnknown *pUnk,
OBJREF
objref
;
LPMARSHAL
pMarshal
;
TRACE
(
"(%p, %s, %p, %x, %p
,
"
,
pStream
,
debugstr_guid
(
riid
),
pUnk
,
TRACE
(
"(%p, %s, %p, %x, %p
)
"
,
pStream
,
debugstr_guid
(
riid
),
pUnk
,
dwDestContext
,
pvDestContext
);
dump_MSHLFLAGS
(
mshlFlags
);
TRACE
(
")
\n
"
);
...
...
dlls/ole32/tests/marshal.c
View file @
5cdcd449
...
...
@@ -115,7 +115,7 @@ static BOOL last_release_closes;
static
HRESULT
WINAPI
ExternalConnection_QueryInterface
(
IExternalConnection
*
iface
,
REFIID
riid
,
void
**
ppv
)
{
ok
(
0
,
"unxpected call
\n
"
);
ok
(
0
,
"un
e
xpected call
\n
"
);
*
ppv
=
NULL
;
return
E_NOINTERFACE
;
}
...
...
dlls/ole32/tests/moniker.c
View file @
5cdcd449
...
...
@@ -93,7 +93,7 @@ static DWORD external_connections;
static
HRESULT
WINAPI
ExternalConnection_QueryInterface
(
IExternalConnection
*
iface
,
REFIID
riid
,
void
**
ppv
)
{
ok
(
0
,
"unxpected call
\n
"
);
ok
(
0
,
"un
e
xpected call
\n
"
);
*
ppv
=
NULL
;
return
E_NOINTERFACE
;
}
...
...
dlls/ole32/tests/ole2.c
View file @
5cdcd449
...
...
@@ -2104,7 +2104,7 @@ static ULONG WINAPI OleRun_Release(IRunnableObject *iface)
static
HRESULT
WINAPI
OleRun_GetRunningClass
(
IRunnableObject
*
iface
,
CLSID
*
clsid
)
{
ok
(
0
,
"unxpected
\n
"
);
ok
(
0
,
"un
e
xpected
\n
"
);
return
E_NOTIMPL
;
}
...
...
@@ -2116,20 +2116,20 @@ static HRESULT WINAPI OleRun_Run(IRunnableObject *iface, LPBINDCTX ctx)
static
BOOL
WINAPI
OleRun_IsRunning
(
IRunnableObject
*
iface
)
{
ok
(
0
,
"unxpected
\n
"
);
ok
(
0
,
"un
e
xpected
\n
"
);
return
FALSE
;
}
static
HRESULT
WINAPI
OleRun_LockRunning
(
IRunnableObject
*
iface
,
BOOL
lock
,
BOOL
last_unlock_closes
)
{
ok
(
0
,
"unxpected
\n
"
);
ok
(
0
,
"un
e
xpected
\n
"
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
OleRun_SetContainedObject
(
IRunnableObject
*
iface
,
BOOL
contained
)
{
ok
(
0
,
"unxpected
\n
"
);
ok
(
0
,
"un
e
xpected
\n
"
);
return
E_NOTIMPL
;
}
...
...
dlls/oleaut32/tests/tmarshal.c
View file @
5cdcd449
...
...
@@ -156,7 +156,7 @@ static BOOL expect_last_release_closes;
static
HRESULT
WINAPI
ExternalConnection_QueryInterface
(
IExternalConnection
*
iface
,
REFIID
riid
,
void
**
ppv
)
{
ok
(
0
,
"unxpected call
\n
"
);
ok
(
0
,
"un
e
xpected call
\n
"
);
*
ppv
=
NULL
;
return
E_NOINTERFACE
;
}
...
...
dlls/qcap/tests/smartteefilter.c
View file @
5cdcd449
...
...
@@ -1733,7 +1733,7 @@ static void test_smart_tee_filter(void)
ok
(
has_interface
((
IUnknown
*
)
inputPin
,
&
IID_IUnknown
),
"IUnknown should exist on the input pin
\n
"
);
ok
(
has_interface
((
IUnknown
*
)
inputPin
,
&
IID_IMemInputPin
),
"IMemInputPin should exist the input pin
\n
"
);
ok
(
!
has_interface
((
IUnknown
*
)
inputPin
,
&
IID_IKsPropertySet
),
"IKsPropertySet shouldn't e
ix
st on the input pin
\n
"
);
ok
(
!
has_interface
((
IUnknown
*
)
inputPin
,
&
IID_IKsPropertySet
),
"IKsPropertySet shouldn't e
xi
st on the input pin
\n
"
);
ok
(
!
has_interface
((
IUnknown
*
)
inputPin
,
&
IID_IAMStreamConfig
),
"IAMStreamConfig shouldn't exist on the input pin
\n
"
);
ok
(
!
has_interface
((
IUnknown
*
)
inputPin
,
&
IID_IAMStreamControl
),
"IAMStreamControl shouldn't exist on the input pin
\n
"
);
ok
(
!
has_interface
((
IUnknown
*
)
inputPin
,
&
IID_IPropertyBag
),
"IPropertyBag shouldn't exist on the input pin
\n
"
);
...
...
dlls/quartz/tests/filtermapper.c
View file @
5cdcd449
...
...
@@ -509,7 +509,7 @@ static void test_parse_filter_data(void)
saBound
.
lLbound
=
0
;
saBound
.
cElements
=
sizeof
(
data_block
);
psa
=
SafeArrayCreate
(
VT_UI1
,
1
,
&
saBound
);
ok
(
psa
!=
NULL
,
"Unable to crate safe array
\n
"
);
ok
(
psa
!=
NULL
,
"Unable to cr
e
ate safe array
\n
"
);
if
(
!
psa
)
goto
out
;
hr
=
SafeArrayAccessData
(
psa
,
(
LPVOID
*
)
&
pbSAData
);
ok
(
hr
==
S_OK
,
"Unable to access array data
\n
"
);
...
...
dlls/riched20/tests/richole.c
View file @
5cdcd449
...
...
@@ -2361,7 +2361,7 @@ static void test_ITextFont(void)
ok
(
hr
==
S_OK
,
"got 0x%08x
\n
"
,
hr
);
ok
(
value
!=
tomUndefined
,
"got %d
\n
"
,
value
);
/* reset to undefined for de
a
tached font */
/* reset to undefined for detached font */
hr
=
ITextFont_Reset
(
font2
,
tomUndefined
);
ok
(
hr
==
S_OK
,
"got 0x%08x
\n
"
,
hr
);
test_textfont_undefined
(
font2
);
...
...
dlls/scrrun/tests/dictionary.c
View file @
5cdcd449
...
...
@@ -209,7 +209,7 @@ static HRESULT WINAPI test_unk_no_QI(IUnknown *iface, REFIID riid, void **obj)
static
ULONG
WINAPI
test_unk_AddRef
(
IUnknown
*
iface
)
{
ok
(
0
,
"unxpected
\n
"
);
ok
(
0
,
"un
e
xpected
\n
"
);
return
2
;
}
...
...
@@ -244,7 +244,7 @@ static HRESULT WINAPI test_disp_QI(IDispatch *iface, REFIID riid, void **obj)
static
ULONG
WINAPI
test_disp_AddRef
(
IDispatch
*
iface
)
{
ok
(
0
,
"unxpected
\n
"
);
ok
(
0
,
"un
e
xpected
\n
"
);
return
2
;
}
...
...
dlls/windowscodecs/tiffformat.c
View file @
5cdcd449
...
...
@@ -227,7 +227,7 @@ typedef struct {
IWICBitmapDecoder
IWICBitmapDecoder_iface
;
LONG
ref
;
IStream
*
stream
;
CRITICAL_SECTION
lock
;
/* Must be held when tiff is used or initia
il
zed is set */
CRITICAL_SECTION
lock
;
/* Must be held when tiff is used or initia
li
zed is set */
TIFF
*
tiff
;
BOOL
initialized
;
}
TiffDecoder
;
...
...
dlls/wined3d/arb_program_shader.c
View file @
5cdcd449
...
...
@@ -1979,7 +1979,7 @@ static void pshader_hw_tex(const struct wined3d_shader_instruction *ins)
shader_arb_get_dst_param
(
ins
,
dst
,
reg_dest
);
/* 1.0-1.4: Use destination register number as texture code.
2.0+: Use provided sampler number as texure code. */
2.0+: Use provided sampler number as tex
t
ure code. */
if
(
shader_version
<
WINED3D_SHADER_VERSION
(
2
,
0
))
reg_sampler_code
=
dst
->
reg
.
idx
[
0
].
offset
;
else
...
...
include/mapidefs.h
View file @
5cdcd449
...
...
@@ -478,7 +478,7 @@ typedef struct _SPropProblemArray
typedef
ULONG
BOOKMARK
;
#define BOOKMARK_BEGINNING ((BOOKMARK)0)
/* The first row */
#define BOOKMARK_CURRENT ((BOOKMARK)1)
/* The curent table row */
#define BOOKMARK_CURRENT ((BOOKMARK)1)
/* The cur
r
ent table row */
#define BOOKMARK_END ((BOOKMARK)2)
/* The last row */
/* Row restrictions */
...
...
programs/cmd/builtins.c
View file @
5cdcd449
...
...
@@ -136,7 +136,7 @@ typedef struct _OPSTACK
}
OPSTACK
;
/* This maintains a stack of values, where each value can either be a
numeric value, or a string represeting an environment variable */
numeric value, or a string represe
n
ting an environment variable */
typedef
struct
_VARSTACK
{
BOOL
isnum
;
...
...
tools/c2man.pl
View file @
5cdcd449
...
...
@@ -2018,7 +2018,7 @@ sub output_sgml_dll_file($)
`rm -f $opt_output_directory/$_.sgml`
;
}
# close the chapter, and overwite the dll source
# close the chapter, and overw
r
ite the dll source
open
(
OUTPUT
,
">>$tmp_name"
)
||
die
"Couldn't create $tmp_name\n"
;
print
OUTPUT
"</chapter>\n"
;
close
OUTPUT
;
...
...
@@ -2064,7 +2064,7 @@ sub output_xml_dll_file($)
`rm -f $opt_output_directory/$_.xml`
;
}
# close the chapter, and overwite the dll source
# close the chapter, and overw
r
ite the dll source
open
(
OUTPUT
,
">>$tmp_name"
)
||
die
"Couldn't create $tmp_name\n"
;
print
OUTPUT
"</chapter>\n"
;
close
OUTPUT
;
...
...
tools/wmc/mcl.c
View file @
5cdcd449
...
...
@@ -226,7 +226,7 @@ try_again:
if
(
!
n
&&
ferror
(
yyin
))
xyyerror
(
err_fatalread
);
else
xyyerror
(
"Fatal: file to short to determine byteorder (should never happen)
\n
"
);
xyyerror
(
"Fatal: file to
o
short to determine byteorder (should never happen)
\n
"
);
}
if
(
isisochar
(
inputbuffer
[
0
])
&&
isisochar
(
inputbuffer
[
1
])
&&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment