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
91f24354
Commit
91f24354
authored
Jan 09, 2014
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jan 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
dc184b52
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
26 additions
and
26 deletions
+26
-26
security.c
dlls/advapi32/security.c
+1
-1
lsa.c
dlls/advapi32/tests/lsa.c
+1
-1
encode.c
dlls/crypt32/tests/encode.c
+2
-2
inputlayout.c
dlls/d3d10core/inputlayout.c
+1
-1
device.c
dlls/d3d9/device.c
+1
-1
storage.c
dlls/dbghelp/storage.c
+1
-1
freetype.c
dlls/gdi32/freetype.c
+1
-1
file.c
dlls/kernel32/tests/file.c
+9
-9
provider.c
dlls/localspl/provider.c
+2
-2
domdoc.c
dlls/msxml3/tests/domdoc.c
+2
-2
shellole.c
dlls/shell32/shellole.c
+1
-1
version.c
dlls/version/version.c
+1
-1
surface.c
dlls/wined3d/surface.c
+2
-2
lnk.c
tools/winedump/lnk.c
+1
-1
No files found.
dlls/advapi32/security.c
View file @
91f24354
...
...
@@ -4988,7 +4988,7 @@ BOOL WINAPI ConvertSecurityDescriptorToStringSecurityDescriptorW(PSECURITY_DESCR
if
(
SDRevision
!=
SDDL_REVISION_1
)
{
ERR
(
"Pogram requested unknown SDDL revision %d
\n
"
,
SDRevision
);
ERR
(
"P
r
ogram requested unknown SDDL revision %d
\n
"
,
SDRevision
);
SetLastError
(
ERROR_UNKNOWN_REVISION
);
return
FALSE
;
}
...
...
dlls/advapi32/tests/lsa.c
View file @
91f24354
...
...
@@ -376,7 +376,7 @@ static void test_LsaLookupSids(void)
ok
(
ret
,
"got %d
\n
"
,
ret
);
ret
=
GetTokenInformation
(
token
,
TokenUser
,
NULL
,
0
,
&
size
);
ok
(
!
ret
,
"got
r
%d
\n
"
,
ret
);
ok
(
!
ret
,
"got %d
\n
"
,
ret
);
user
=
HeapAlloc
(
GetProcessHeap
(),
0
,
size
);
ret
=
GetTokenInformation
(
token
,
TokenUser
,
user
,
size
,
&
size
);
...
...
dlls/crypt32/tests/encode.c
View file @
91f24354
...
...
@@ -849,7 +849,7 @@ static void test_encodeName(DWORD dwEncoding)
{
ok
(
size
==
sizeof
(
encodedTwoRDNs
),
"Unexpected size %d
\n
"
,
size
);
ok
(
!
memcmp
(
buf
,
encodedTwoRDNs
,
size
),
"Unexpected value for re-en
d
oded two RDN array
\n
"
);
"Unexpected value for re-en
c
oded two RDN array
\n
"
);
LocalFree
(
buf
);
}
/* CERT_RDN_ANY_TYPE is too vague for X509_NAMEs, check the return */
...
...
@@ -973,7 +973,7 @@ static void test_encodeUnicodeName(DWORD dwEncoding)
{
ok
(
size
==
sizeof
(
encodedTwoRDNs
),
"Unexpected size %d
\n
"
,
size
);
ok
(
!
memcmp
(
buf
,
encodedTwoRDNs
,
size
),
"Unexpected value for re-en
d
oded two RDN array
\n
"
);
"Unexpected value for re-en
c
oded two RDN array
\n
"
);
LocalFree
(
buf
);
}
/* Unicode names infer the type for CERT_RDN_ANY_TYPE */
...
...
dlls/d3d10core/inputlayout.c
View file @
91f24354
...
...
@@ -88,7 +88,7 @@ static HRESULT d3d10_input_layout_to_wined3d_declaration(const D3D10_INPUT_ELEME
if
(
f
->
InputSlotClass
!=
D3D10_INPUT_PER_VERTEX_DATA
)
FIXME
(
"Ignoring input slot class (%#x)
\n
"
,
f
->
InputSlotClass
);
if
(
f
->
InstanceDataStepRate
)
FIXME
(
"Ignoring instace data step rate (%#x)
\n
"
,
f
->
InstanceDataStepRate
);
FIXME
(
"Ignoring insta
n
ce data step rate (%#x)
\n
"
,
f
->
InstanceDataStepRate
);
break
;
}
...
...
dlls/d3d9/device.c
View file @
91f24354
...
...
@@ -2480,7 +2480,7 @@ static struct wined3d_vertex_declaration *device_get_fvf_declaration(struct d3d9
fvf_decls
[
low
].
fvf
=
fvf
;
++
device
->
fvf_decl_count
;
TRACE
(
"Returning %p. %u decla
t
ations in array.
\n
"
,
wined3d_declaration
,
device
->
fvf_decl_count
);
TRACE
(
"Returning %p. %u decla
r
ations in array.
\n
"
,
wined3d_declaration
,
device
->
fvf_decl_count
);
return
wined3d_declaration
;
}
...
...
dlls/dbghelp/storage.c
View file @
91f24354
...
...
@@ -364,7 +364,7 @@ void hash_table_destroy(struct hash_table* ht)
for
(
len
=
0
,
elt
=
ht
->
buckets
[
i
];
elt
;
elt
=
elt
->
next
)
len
++
;
if
(
len
==
max
)
{
FIXME
(
"Long
u
est bucket:
\n
"
);
FIXME
(
"Longest bucket:
\n
"
);
for
(
elt
=
ht
->
buckets
[
i
];
elt
;
elt
=
elt
->
next
)
FIXME
(
"
\t
%s
\n
"
,
elt
->
name
);
break
;
...
...
dlls/gdi32/freetype.c
View file @
91f24354
...
...
@@ -6218,7 +6218,7 @@ static DWORD get_glyph_outline(GdiFont *incoming_font, UINT glyph, UINT format,
if
(
format
&
GGO_GLYPH_INDEX
)
{
if
(
font
->
ft_face
->
charmap
->
encoding
==
FT_ENCODING_NONE
)
{
/* Windows bitmap font, e.g. Small Fonts, uses ANSI character code
as glyph index. "Tresure Adventure Game" depends on this. */
as glyph index. "Tre
a
sure Adventure Game" depends on this. */
glyph_index
=
pFT_Get_Char_Index
(
font
->
ft_face
,
glyph
);
TRACE
(
"translate glyph index %04x -> %04x
\n
"
,
glyph
,
glyph_index
);
}
else
...
...
dlls/kernel32/tests/file.c
View file @
91f24354
...
...
@@ -2425,7 +2425,7 @@ static void test_FindFirstFileA(void)
strcat
(
buffer2
,
"
\\
"
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
todo_wine
{
ok
(
err
==
ERROR_PATH_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
}
...
...
@@ -2435,7 +2435,7 @@ static void test_FindFirstFileA(void)
strcpy
(
buffer2
,
nonexistent
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
ok
(
err
==
ERROR_FILE_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
/* try FindFirstFileA on "C:\foo\bar.txt" */
...
...
@@ -2444,7 +2444,7 @@ static void test_FindFirstFileA(void)
strcat
(
buffer2
,
"
\\
bar.txt"
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
ok
(
err
==
ERROR_PATH_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
/* try FindFirstFileA on "C:\foo\*.*" */
...
...
@@ -2453,7 +2453,7 @@ static void test_FindFirstFileA(void)
strcat
(
buffer2
,
"
\\
*.*"
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
ok
(
err
==
ERROR_PATH_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
/* try FindFirstFileA on "foo\bar.txt" */
...
...
@@ -2462,7 +2462,7 @@ static void test_FindFirstFileA(void)
strcat
(
buffer2
,
"
\\
bar.txt"
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
ok
(
err
==
ERROR_PATH_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
/* try FindFirstFileA on "c:\nul" */
...
...
@@ -2512,7 +2512,7 @@ static void test_FindFirstFileA(void)
strcat
(
buffer2
,
"nul
\\
*"
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
ok
(
err
==
ERROR_PATH_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
/* try FindFirstFileA on "c:\nul*" */
...
...
@@ -2521,7 +2521,7 @@ static void test_FindFirstFileA(void)
strcat
(
buffer2
,
"nul*"
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
ok
(
err
==
ERROR_FILE_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
/* try FindFirstFileA on "c:\foo\bar\nul" */
...
...
@@ -2530,7 +2530,7 @@ static void test_FindFirstFileA(void)
strcat
(
buffer2
,
"foo
\\
bar
\\
nul"
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
ok
(
err
==
ERROR_PATH_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
/* try FindFirstFileA on "c:\foo\nul\bar" */
...
...
@@ -2539,7 +2539,7 @@ static void test_FindFirstFileA(void)
strcat
(
buffer2
,
"foo
\\
nul
\\
bar"
);
handle
=
FindFirstFileA
(
buffer2
,
&
data
);
err
=
GetLastError
();
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
F
ail
\n
"
,
buffer2
);
ok
(
handle
==
INVALID_HANDLE_VALUE
,
"FindFirstFile on %s should
f
ail
\n
"
,
buffer2
);
ok
(
err
==
ERROR_PATH_NOT_FOUND
,
"Bad Error number %d
\n
"
,
err
);
}
...
...
dlls/localspl/provider.c
View file @
91f24354
...
...
@@ -1132,7 +1132,7 @@ static HMODULE driver_load(const printenv_t * env, LPWSTR dllname)
if
(
!
fpGetPrinterDriverDirectory
(
NULL
,
(
LPWSTR
)
env
->
envname
,
1
,
(
LPBYTE
)
fullname
,
len
,
&
len
))
{
/* Should never
F
ail */
/* Should never
f
ail */
SetLastError
(
ERROR_BUFFER_OVERFLOW
);
return
NULL
;
}
...
...
@@ -1336,7 +1336,7 @@ static BOOL myAddPrinterDriverEx(DWORD level, LPBYTE pDriverInfo, DWORD dwFileCo
len
=
sizeof
(
apd
.
src
)
-
sizeof
(
version3_subdirW
)
-
sizeof
(
WCHAR
);
if
(
!
fpGetPrinterDriverDirectory
(
NULL
,
(
LPWSTR
)
env
->
envname
,
1
,
(
LPBYTE
)
apd
.
src
,
len
,
&
len
))
{
/* Should never
F
ail */
/* Should never
f
ail */
return
FALSE
;
}
memcpy
(
apd
.
dst
,
apd
.
src
,
len
);
...
...
dlls/msxml3/tests/domdoc.c
View file @
91f24354
...
...
@@ -1352,7 +1352,7 @@ if (0)
SysFreeString
(
str
);
/* test put_text */
r
=
IXMLDOMDocument_put_text
(
doc
,
_bstr_
(
"Should
F
ail"
)
);
r
=
IXMLDOMDocument_put_text
(
doc
,
_bstr_
(
"Should
f
ail"
)
);
ok
(
r
==
E_FAIL
,
"ret %08x
\n
"
,
r
);
/* check that there's a document element */
...
...
@@ -9609,7 +9609,7 @@ static void test_load(void)
hr
=
IXMLDOMDocument_get_documentElement
(
doc
,
&
elem
);
ok
(
hr
==
S_OK
,
"got 0x%08x
\n
"
,
hr
);
/* create another instace for the same document, check url */
/* create another insta
n
ce for the same document, check url */
hr
=
IXMLDOMElement_get_ownerDocument
(
elem
,
&
doc2
);
ok
(
hr
==
S_OK
,
"got 0x%08x
\n
"
,
hr
);
...
...
dlls/shell32/shellole.c
View file @
91f24354
...
...
@@ -100,7 +100,7 @@ static const struct {
* exported by ordinal
*
* SEE ALSO
* CoCreateInstace, SHLoadOLE
* CoCreateInsta
n
ce, SHLoadOLE
*/
HRESULT
WINAPI
SHCoCreateInstance
(
LPCWSTR
aclsid
,
...
...
dlls/version/version.c
View file @
91f24354
...
...
@@ -112,7 +112,7 @@ static const IMAGE_RESOURCE_DIRECTORY *find_entry_default( const IMAGE_RESOURCE_
/**********************************************************************
* push_language
*
* push a language
in
the list of languages to try
* push a language
onto
the list of languages to try
*/
static
inline
int
push_language
(
WORD
*
list
,
int
pos
,
WORD
lang
)
{
...
...
dlls/wined3d/surface.c
View file @
91f24354
...
...
@@ -1675,8 +1675,8 @@ static void surface_download_data(struct wined3d_surface *surface, const struct
* |444444444444444444| \/
* --------------------
*
*
this also means that any references to surface memory should work with the data as if
were a
* standard texture with a non-power2 width instead of texture boxed up to be a power2 texture.
*
This also means that any references to surface memory should work with the data as if it
were a
* standard texture with a non-power2 width instead of
a
texture boxed up to be a power2 texture.
*
* internally the texture is still stored in a boxed format so any references to textureName will
* get a boxed texture with width pow2width and not a texture of width resource.width.
...
...
tools/winedump/lnk.c
View file @
91f24354
...
...
@@ -410,7 +410,7 @@ static void dump_property_storage_value(const LINK_PROPERTYSTORAGE_VALUE *lnk_va
if
(
lnk_value_hdr
->
size
>
data_size
||
lnk_value_hdr
->
size
<
sizeof
(
*
lnk_value_hdr
))
{
printf
(
" size: %d (invald)
\n
"
,
lnk_value_hdr
->
size
);
printf
(
" size: %d (inval
i
d)
\n
"
,
lnk_value_hdr
->
size
);
return
;
}
...
...
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