Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
d3177504
Commit
d3177504
authored
Aug 31, 2015
by
Andrey Gusev
Committed by
Alexandre Julliard
Aug 31, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling and typos fixes.
parent
d344ebc9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
14 deletions
+14
-14
effect.c
dlls/d3dx9_36/effect.c
+1
-1
core.c
dlls/d3dx9_36/tests/core.c
+1
-1
dplay.c
dlls/dplayx/dplay.c
+1
-1
printdrv.c
dlls/gdi.exe16/printdrv.c
+2
-2
htmldoc.c
dlls/mshtml/tests/htmldoc.c
+1
-1
data.c
dlls/msvcrt/tests/data.c
+3
-3
locale.c
dlls/msvcrt/tests/locale.c
+2
-2
version.c
dlls/version/version.c
+2
-2
http.c
dlls/wininet/tests/http.c
+1
-1
No files found.
dlls/d3dx9_36/effect.c
View file @
d3177504
...
...
@@ -5064,7 +5064,7 @@ static HRESULT d3dx9_parse_resource(struct d3dx9_base_effect *base, const char *
HRESULT
hr
=
E_FAIL
;
read_dword
(
ptr
,
&
technique_index
);
TRACE
(
"techn: %u
\n
"
,
technique_index
);
TRACE
(
"techn
ique_index
: %u
\n
"
,
technique_index
);
read_dword
(
ptr
,
&
index
);
TRACE
(
"index: %u
\n
"
,
index
);
...
...
dlls/d3dx9_36/tests/core.c
View file @
d3177504
...
...
@@ -1184,7 +1184,7 @@ static void test_ID3DXRenderToEnvMap(IDirect3DDevice9 *device)
todo_wine
ok
(
hr
==
D3DERR_INVALIDCALL
,
"ID3DXRenderToEnvMap::BeginParabolic returned %#x, expected %#x
\n
"
,
hr
,
D3DERR_INVALIDCALL
);
hr
=
ID3DXRenderToEnvMap_BeginSphere
(
render
,
NULL
);
todo_wine
ok
(
hr
==
D3DERR_INVALIDCALL
,
"ID3DXRenderToEnvMap::BeginSphere returned %#x, exected %#x
\n
"
,
hr
,
D3DERR_INVALIDCALL
);
todo_wine
ok
(
hr
==
D3DERR_INVALIDCALL
,
"ID3DXRenderToEnvMap::BeginSphere returned %#x, ex
p
ected %#x
\n
"
,
hr
,
D3DERR_INVALIDCALL
);
check_release
((
IUnknown
*
)
render
,
0
);
}
else
skip
(
"Failed to create ID3DXRenderToEnvMap
\n
"
);
...
...
dlls/dplayx/dplay.c
View file @
d3177504
...
...
@@ -5821,7 +5821,7 @@ static HRESULT DirectPlayEnumerateAW(LPDPENUMDPCALLBACKA lpEnumCallbackA,
guid_cache
=
HeapAlloc
(
GetProcessHeap
(),
0
,
sizeof
(
GUID
)
*
dwIndex
);
if
(
!
guid_cache
)
{
ERR
(
": failed to alloc required memory.
\n
"
);
ERR
(
": failed to alloc
ate
required memory.
\n
"
);
return
DPERR_EXCEPTION
;
}
cache_count
=
dwIndex
;
...
...
dlls/gdi.exe16/printdrv.c
View file @
d3177504
...
...
@@ -160,7 +160,7 @@ INT16 WINAPI InsertPQ16(HPQ16 hPQ, INT16 tag, INT16 key)
{
struct
hpq
*
queueItem
=
HeapAlloc
(
GetProcessHeap
(),
0
,
sizeof
(
struct
hpq
));
if
(
queueItem
==
NULL
)
{
ERR
(
"Memory exausted!
\n
"
);
ERR
(
"Memory ex
h
austed!
\n
"
);
return
FALSE
;
}
queueItem
->
next
=
hpqueue
;
...
...
@@ -366,7 +366,7 @@ HPJOB16 WINAPI OpenJob16(LPCSTR lpOutput, LPCSTR lpTitle, HDC16 hDC)
{
pPrintJob
=
HeapAlloc
(
GetProcessHeap
(),
0
,
sizeof
(
PRINTJOB
));
if
(
pPrintJob
==
NULL
)
{
WARN
(
"Memory exausted!
\n
"
);
WARN
(
"Memory ex
h
austed!
\n
"
);
return
hHandle
;
}
...
...
dlls/mshtml/tests/htmldoc.c
View file @
d3177504
...
...
@@ -2639,7 +2639,7 @@ static HRESULT WINAPI DocHostUIHandler_GetOverrideKeyPath(IDocHostUIHandler2 *if
ok
(
pchKey
!=
NULL
,
"pchKey = NULL
\n
"
);
if
(
pchKey
)
ok
(
!*
pchKey
,
"*pchKey=%p, expected NULL
\n
"
,
*
pchKey
);
ok
(
!
dw
,
"dw=%d,
xe
pected 0
\n
"
,
dw
);
ok
(
!
dw
,
"dw=%d,
ex
pected 0
\n
"
,
dw
);
return
S_OK
;
}
...
...
dlls/msvcrt/tests/data.c
View file @
d3177504
...
...
@@ -111,7 +111,7 @@ static void test_initvar( HMODULE hmsvcrt )
"Wrong value for _osver %04x expected %04x
\n
"
,
osver
,
osvi
.
dwBuildNumber
);
ok
(
osplatform
==
osvi
.
dwPlatformId
,
"Wrong value for _osplatform %x exp
r
ected %x
\n
"
,
"Wrong value for _osplatform %x expected %x
\n
"
,
osplatform
,
osvi
.
dwPlatformId
);
}
...
...
@@ -152,7 +152,7 @@ static void test___getmainargs(void)
new_argc
=
*
p___p___argc
();
new_argv
=
*
p___p___argv
();
ok
(
new_argc
==
4
,
"*__p___argc() = %d
\n
"
,
new_argc
);
ok
(
new_argv
==
argv
,
"*__p___argv() = %p, e
px
ected %p
\n
"
,
new_argv
,
argv
);
ok
(
new_argv
==
argv
,
"*__p___argv() = %p, e
xp
ected %p
\n
"
,
new_argv
,
argv
);
}
else
{
win_skip
(
"__p___argc or __p___argv is not available
\n
"
);
}
...
...
@@ -179,7 +179,7 @@ static void test___getmainargs(void)
new_argc
=
*
p___p___argc
();
new_argv
=
*
p___p___argv
();
ok
(
new_argc
==
argc
,
"*__p___argc() = %d, expected %d
\n
"
,
new_argc
,
argc
);
ok
(
new_argv
==
argv
,
"*__p___argv() = %p, e
px
ected %p
\n
"
,
new_argv
,
argv
);
ok
(
new_argv
==
argv
,
"*__p___argv() = %p, e
xp
ected %p
\n
"
,
new_argv
,
argv
);
}
sprintf
(
filepath
,
"%swine_test/b"
,
tmppath
);
...
...
dlls/msvcrt/tests/locale.c
View file @
d3177504
...
...
@@ -676,9 +676,9 @@ static void test__Gettnames(void)
* Unicode strings are only initialized on Windows 7
*/
if
(
sizeof
(
void
*
)
==
8
)
ok
(
size
==
0x2c0
||
broken
(
size
==
0x170
),
"strucure size: %x
\n
"
,
size
);
ok
(
size
==
0x2c0
||
broken
(
size
==
0x170
),
"struc
t
ure size: %x
\n
"
,
size
);
else
ok
(
size
==
0x164
||
broken
(
size
==
0xb8
),
"strucure size: %x
\n
"
,
size
);
ok
(
size
==
0x164
||
broken
(
size
==
0xb8
),
"struc
t
ure size: %x
\n
"
,
size
);
ok
(
!
strcmp
(
ret
->
str
[
0
],
"Sun"
),
"ret->str[0] = %s
\n
"
,
ret
->
str
[
0
]);
ok
(
!
strcmp
(
ret
->
str
[
1
],
"Mon"
),
"ret->str[1] = %s
\n
"
,
ret
->
str
[
1
]);
...
...
dlls/version/version.c
View file @
d3177504
...
...
@@ -1372,7 +1372,7 @@ _fetch_versioninfo(LPSTR fn,VS_FIXEDFILEINFO **vffi) {
alloclen
=
1000
;
buf
=
HeapAlloc
(
GetProcessHeap
(),
0
,
alloclen
);
if
(
buf
==
NULL
)
{
WARN
(
"Memory exausted while fetching version info!
\n
"
);
WARN
(
"Memory ex
h
austed while fetching version info!
\n
"
);
return
NULL
;
}
while
(
1
)
{
...
...
@@ -1386,7 +1386,7 @@ _fetch_versioninfo(LPSTR fn,VS_FIXEDFILEINFO **vffi) {
HeapFree
(
GetProcessHeap
(),
0
,
buf
);
buf
=
HeapAlloc
(
GetProcessHeap
(),
0
,
alloclen
);
if
(
buf
==
NULL
)
{
WARN
(
"Memory exausted while fetching version info!
\n
"
);
WARN
(
"Memory ex
h
austed while fetching version info!
\n
"
);
return
NULL
;
}
}
else
{
...
...
dlls/wininet/tests/http.c
View file @
d3177504
...
...
@@ -4548,7 +4548,7 @@ static void _test_security_info(unsigned line, const char *urlc, DWORD error, DW
CertFreeCertificateChain
(
chain
);
}
else
{
ok_
(
__FILE__
,
line
)(
!
res
&&
GetLastError
()
==
error
,
"InternetGetSecurityInfoByURLA returned: %x(%u), exected %u
\n
"
,
res
,
GetLastError
(),
error
);
"InternetGetSecurityInfoByURLA returned: %x(%u), ex
p
ected %u
\n
"
,
res
,
GetLastError
(),
error
);
}
}
...
...
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