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
6b10c324
Commit
6b10c324
authored
Mar 30, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 30, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
6d19a37c
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
19 additions
and
19 deletions
+19
-19
syslink.c
dlls/comctl32/syslink.c
+1
-1
palette.c
dlls/gdi/palette.c
+1
-1
comm.c
dlls/kernel/comm.c
+1
-1
dialog.c
dlls/msi/dialog.c
+1
-1
rtlstr.c
dlls/ntdll/rtlstr.c
+1
-1
compobj.c
dlls/ole32/compobj.c
+1
-1
marshal.c
dlls/ole32/tests/marshal.c
+1
-1
typelib.h
dlls/oleaut32/typelib.h
+2
-2
rpc_binding.c
dlls/rpcrt4/rpc_binding.c
+1
-1
mpi.c
dlls/rsaenh/mpi.c
+1
-1
shfldr_unixfs.c
dlls/shell32/shfldr_unixfs.c
+2
-2
internet.c
dlls/wininet/internet.c
+1
-1
sock.c
dlls/winsock/tests/sock.c
+1
-1
xfont.c
dlls/x11drv/xfont.c
+1
-1
regproc.c
programs/regedit/regproc.c
+2
-2
typelib_struct.h
tools/widl/typelib_struct.h
+1
-1
No files found.
dlls/comctl32/syslink.c
View file @
6b10c324
...
...
@@ -476,7 +476,7 @@ CheckParameter:
if
(
linktext
!=
NULL
&&
linklen
>
0
)
{
/* we got a unclosed link, just display the text */
/* we got a
n
unclosed link, just display the text */
Last
=
SYSLINK_AppendDocItem
(
infoPtr
,
linktext
,
linklen
,
slText
,
Last
);
if
(
Last
==
NULL
)
{
...
...
dlls/gdi/palette.c
View file @
6b10c324
...
...
@@ -186,7 +186,7 @@ HPALETTE WINAPI CreatePalette(
* Failure: 0
*
* FIXME: This simply creates the halftone palette derived from running
* tests on a
n windows NT machine. t
his is assuming a color depth
* tests on a
windows NT machine. T
his is assuming a color depth
* of greater that 256 color. On a 256 color device the halftone
* palette will be different and this function will be incorrect
*/
...
...
dlls/kernel/comm.c
View file @
6b10c324
...
...
@@ -635,7 +635,7 @@ BOOL WINAPI BuildCommDCBAndTimeoutsW(
*
* RETURNS
*
* True on success, false on a
n
malformed control string.
* True on success, false on a malformed control string.
*/
BOOL
WINAPI
BuildCommDCBW
(
LPCWSTR
devid
,
/* [in] The unicode device control string. */
...
...
dlls/msi/dialog.c
View file @
6b10c324
...
...
@@ -393,7 +393,7 @@ static UINT msi_dialog_pathedit_control( msi_dialog *dialog, MSIRECORD *rec )
return
msi_dialog_edit_control
(
dialog
,
rec
);
}
/* radio buttons are a bit different
to a normal control
*/
/* radio buttons are a bit different
from normal controls
*/
static
UINT
msi_dialog_create_radiobutton
(
MSIRECORD
*
rec
,
LPVOID
param
)
{
radio_button_group_descr
*
group
=
(
radio_button_group_descr
*
)
param
;
...
...
dlls/ntdll/rtlstr.c
View file @
6b10c324
...
...
@@ -1343,7 +1343,7 @@ NTSTATUS WINAPI RtlAppendStringToString(
/**************************************************************************
* RtlAppendUnicodeToString (NTDLL.@)
*
* Concatenates a
n
buffered unicode string and a '\0' terminated unicode
* Concatenates a buffered unicode string and a '\0' terminated unicode
* string
*
* RETURNS
...
...
dlls/ole32/compobj.c
View file @
6b10c324
...
...
@@ -1144,7 +1144,7 @@ HRESULT WINAPI CLSIDFromProgID(LPCOLESTR progid, LPCLSID riid)
*
* We only search the registry, not ids registered with
* CoRegisterPSClsid.
* Also, native returns S_OK for interfaces with a
n
key in HKCR\Interface, but
* Also, native returns S_OK for interfaces with a key in HKCR\Interface, but
* without a ProxyStubClsid32 key and leaves garbage in pclsid. This should be
* considered a bug in native unless an application depends on this (unlikely).
*/
...
...
dlls/ole32/tests/marshal.c
View file @
6b10c324
...
...
@@ -343,7 +343,7 @@ static void test_normal_marshal_and_unmarshal()
ok_no_locks
();
}
/* tests failure case of
a unmarshaling an
freed object */
/* tests failure case of
unmarshaling a
freed object */
static
void
test_marshal_and_unmarshal_invalid
()
{
HRESULT
hr
;
...
...
dlls/oleaut32/typelib.h
View file @
6b10c324
...
...
@@ -169,7 +169,7 @@ typedef struct tagMSFT_ImpInfo {
/* function description data */
typedef
struct
{
/* INT recsize; record size including some xtra stuff */
INT
DataType
;
/* data type of the mem
e
ber, eg return of function */
INT
DataType
;
/* data type of the member, eg return of function */
INT
Flags
;
/* something to do with attribute flags (LOWORD) */
#ifdef WORDS_BIGENDIAN
INT16
funcdescsize
;
/* size of reconstituted FUNCDESC and related structs */
...
...
@@ -184,7 +184,7 @@ typedef struct {
/* bit 3 that parameter has default values */
/* calling convention (bits 4-7 ) */
/* bit 8 indicates that custom data is present */
/* Invo
k
ation kind (bits 9-12 ) */
/* Invo
c
ation kind (bits 9-12 ) */
/* function kind (eg virtual), bits 13-15 */
#ifdef WORDS_BIGENDIAN
INT16
nroargs
;
/* nr of optional arguments */
...
...
dlls/rpcrt4/rpc_binding.c
View file @
6b10c324
...
...
@@ -453,7 +453,7 @@ RPC_STATUS RPCRT4_OpenBinding(RpcBinding* Binding, RpcConnection** Connection,
RPCRT4_DestroyConnection
(
Binding
->
FromConn
);
Binding
->
FromConn
=
NULL
;
}
else
{
/* we already have a
n
connection with acceptable binding, so use it */
/* we already have a connection with acceptable binding, so use it */
if
(
Binding
->
FromConn
)
{
*
Connection
=
Binding
->
FromConn
;
return
RPC_S_OK
;
...
...
dlls/rsaenh/mpi.c
View file @
6b10c324
...
...
@@ -3329,7 +3329,7 @@ error:
return
err
;
}
/* reads a unsigned char array, assumes the msb is stored first [big endian] */
/* reads a
n
unsigned char array, assumes the msb is stored first [big endian] */
int
mp_read_unsigned_bin
(
mp_int
*
a
,
unsigned
char
*
b
,
int
c
)
{
...
...
dlls/shell32/shfldr_unixfs.c
View file @
6b10c324
...
...
@@ -160,10 +160,10 @@ static BOOL UNIXFS_pidl_to_path(LPCITEMIDLIST pidl, PSZ *path) {
/******************************************************************************
* UNIXFS_build_subfolder_pidls [Internal]
*
* Builds an array of subfolder PIDLs relativ
to an
unix directory
* Builds an array of subfolder PIDLs relativ
e to a
unix directory
*
* PARAMS
* path [I] Name of a
n unix directory as an
zero terminated ascii string
* path [I] Name of a
unix directory as a
zero terminated ascii string
* apidl [O] The array of PIDLs
* pCount [O] Size of apidl
*
...
...
dlls/wininet/internet.c
View file @
6b10c324
...
...
@@ -3103,7 +3103,7 @@ BOOL WINAPI InternetAutodial(DWORD dwFlags, HWND hwndParent)
/***********************************************************************
* InternetAutodialHangup
*
* Hangs up a
n
connection made with InternetAutodial
* Hangs up a connection made with InternetAutodial
*
* PARAM
* dwReserved
...
...
dlls/winsock/tests/sock.c
View file @
6b10c324
...
...
@@ -1008,7 +1008,7 @@ static void WINAPI do_getservbyname( HANDLE *starttest )
for
(
i
=
0
;
i
<
NUM_QUERIES
/
2
;
i
++
)
{
for
(
j
=
0
;
j
<
2
;
j
++
)
{
pserv
[
j
]
=
getservbyname
(
serv
[
j
].
name
,
serv
[
j
].
proto
);
ok
(
pserv
[
j
]
!=
NULL
,
"getservbyname could not retr
ei
ve information for %s: %d
\n
"
,
serv
[
j
].
name
,
WSAGetLastError
()
);
ok
(
pserv
[
j
]
!=
NULL
,
"getservbyname could not retr
ie
ve information for %s: %d
\n
"
,
serv
[
j
].
name
,
WSAGetLastError
()
);
ok
(
pserv
[
j
]
->
s_port
==
htons
(
serv
[
j
].
port
),
"getservbyname returned the wrong port for %s: %d
\n
"
,
serv
[
j
].
name
,
ntohs
(
pserv
[
j
]
->
s_port
)
);
ok
(
!
strcmp
(
pserv
[
j
]
->
s_proto
,
serv
[
j
].
proto
),
"getservbyname returned the wrong protocol for %s: %s
\n
"
,
serv
[
j
].
name
,
pserv
[
j
]
->
s_proto
);
ok
(
!
strcmp
(
pserv
[
j
]
->
s_name
,
serv
[
j
].
name
),
"getservbyname returned the wrong name for %s: %s
\n
"
,
serv
[
j
].
name
,
pserv
[
j
]
->
s_name
);
...
...
dlls/x11drv/xfont.c
View file @
6b10c324
...
...
@@ -2097,7 +2097,7 @@ static int XFONT_BuildMetrics(char** x_pattern, int res, unsigned x_checksum, in
{
LFD
lfd1
;
char
pxl_string
[
4
],
res_string
[
4
];
/* set scalable font height to get a
n
basis for extrapolation */
/* set scalable font height to get a basis for extrapolation */
fi
->
lfd_height
=
DEF_SCALABLE_HEIGHT
;
fi
->
lfd_resolution
=
res
;
...
...
programs/regedit/regproc.c
View file @
6b10c324
...
...
@@ -578,7 +578,7 @@ void closeKey()
void
doSetValue
(
LPSTR
stdInput
)
{
/*
* We encoutered the end of the file, make sure we
* We encou
n
tered the end of the file, make sure we
* close the opened key and exit
*/
if
(
stdInput
==
NULL
)
{
...
...
@@ -616,7 +616,7 @@ void doSetValue(LPSTR stdInput)
void
doQueryValue
(
LPSTR
stdInput
)
{
/*
* We encoutered the end of the file, make sure we
* We encou
n
tered the end of the file, make sure we
* close the opened key and exit
*/
if
(
stdInput
==
NULL
)
{
...
...
tools/widl/typelib_struct.h
View file @
6b10c324
...
...
@@ -165,7 +165,7 @@ typedef struct tagMSFT_ImpInfo {
/* function description data */
typedef
struct
{
/* INT recsize; record size including some xtra stuff */
INT
DataType
;
/* data type of the mem
e
ber, eg return of function */
INT
DataType
;
/* data type of the member, eg return of function */
INT
Flags
;
/* something to do with attribute flags (LOWORD) */
#ifdef WORDS_BIGENDIAN
INT16
funcdescsize
;
/* size of reconstituted FUNCDESC and related structs */
...
...
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