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
b0bde6b8
Commit
b0bde6b8
authored
Jan 18, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
aab5e585
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
19 deletions
+19
-19
listview.c
dlls/comctl32/listview.c
+2
-2
localmon.c
dlls/localspl/tests/localmon.c
+2
-2
prop.c
dlls/mapi32/tests/prop.c
+2
-2
odbccp32.c
dlls/odbccp32/odbccp32.c
+1
-1
rpc.c
dlls/ole32/rpc.c
+1
-1
mk.c
dlls/urlmon/mk.c
+2
-2
state.c
dlls/wined3d/state.c
+2
-2
info.c
dlls/winspool.drv/info.c
+5
-5
debug.h
include/wine/debug.h
+1
-1
options.pm
tools/winapi/options.pm
+1
-1
No files found.
dlls/comctl32/listview.c
View file @
b0bde6b8
...
...
@@ -2391,7 +2391,7 @@ static SUBITEM_INFO* LISTVIEW_GetSubItemPtr(HDPA hdpaSubItems, INT nSubItem)
/***
* DESCRIPTION:
* Ca
cl
ulates the desired item width.
* Ca
lc
ulates the desired item width.
*
* PARAMETER(S):
* [I] infoPtr : valid pointer to the listview structure
...
...
@@ -2436,7 +2436,7 @@ static INT LISTVIEW_CalculateItemWidth(LISTVIEW_INFO *infoPtr)
/***
* DESCRIPTION:
* Ca
cl
ulates the desired item height.
* Ca
lc
ulates the desired item height.
*
* PARAMETER(S):
* [I] infoPtr : valid pointer to the listview structure
...
...
dlls/localspl/tests/localmon.c
View file @
b0bde6b8
...
...
@@ -594,7 +594,7 @@ static void test_XcvDataPort_PortIsValid(void)
res
,
GetLastError
(),
needed
);
/* a normal, writ
e
able file is allowed */
/* a normal, writable file is allowed */
needed
=
(
DWORD
)
0xdeadbeef
;
SetLastError
(
0xdeadbeef
);
res
=
pXcvDataPort
(
hXcv
,
cmd_PortIsValidW
,
(
PBYTE
)
tempfileW
,
(
lstrlenW
(
tempfileW
)
+
1
)
*
sizeof
(
WCHAR
),
NULL
,
0
,
&
needed
);
...
...
@@ -684,7 +684,7 @@ START_TEST(localmon)
DWORD
numentries
;
DWORD
res
;
/* This DLL does not exist
s
on Win9x */
/* This DLL does not exist on Win9x */
hdll
=
LoadLibraryA
(
"localspl.dll"
);
if
(
!
hdll
)
return
;
...
...
dlls/mapi32/tests/prop.c
View file @
b0bde6b8
...
...
@@ -1190,7 +1190,7 @@ static void test_IProp(void)
pMAPIFreeBuffer
(
lpProps
);
}
/* Add (NULL) - Can't add NULL
'
s */
/* Add (NULL) - Can't add NULLs */
lpProbs
=
NULL
;
pvs
[
0
].
ulPropTag
=
PROP_TAG
(
PT_NULL
,
0x01
);
sc
=
IPropData_SetProps
(
lpIProp
,
1
,
pvs
,
&
lpProbs
);
...
...
@@ -1198,7 +1198,7 @@ static void test_IProp(void)
"SetProps(): Expected INVALID_PARAMETER, null, got 0x%08X,%p
\n
"
,
sc
,
lpProbs
);
/* Add (OBJECT) - Can't add OBJECT
S'
s */
/* Add (OBJECT) - Can't add OBJECTs */
lpProbs
=
NULL
;
pvs
[
0
].
ulPropTag
=
PROP_TAG
(
PT_OBJECT
,
0x01
);
sc
=
IPropData_SetProps
(
lpIProp
,
1
,
pvs
,
&
lpProbs
);
...
...
dlls/odbccp32/odbccp32.c
View file @
b0bde6b8
...
...
@@ -178,7 +178,7 @@ static BOOL SQLInstall_narrow(int mode, LPSTR buffer, LPCWSTR str, WORD str_leng
}
else
{
ERR
(
"transfering wide to narrow
\n
"
);
ERR
(
"transfer
r
ing wide to narrow
\n
"
);
}
if
(
pbuf
!=
buffer
)
{
...
...
dlls/ole32/rpc.c
View file @
b0bde6b8
...
...
@@ -856,7 +856,7 @@ static HRESULT WINAPI ClientRpcChannelBuffer_SendReceive(LPRPCCHANNELBUFFER ifac
TRACE
(
"hrFault = 0x%08x
\n
"
,
hrFault
);
/* FIXME: this condition should be
* "hr == S_OK && (!hrFault || msg->BufferLength > FIELD_OFFSET(ORPCTHAT, exten
t
ions) + 4)"
* "hr == S_OK && (!hrFault || msg->BufferLength > FIELD_OFFSET(ORPCTHAT, exten
s
ions) + 4)"
* but we don't currently reset the message length for PostMessage
* dispatched calls */
if
(
hr
==
S_OK
&&
hrFault
==
S_OK
)
...
...
dlls/urlmon/mk.c
View file @
b0bde6b8
...
...
@@ -256,10 +256,10 @@ static HRESULT WINAPI MkProtocol_Read(IInternetProtocol *iface, void *pv,
}
static
HRESULT
WINAPI
MkProtocol_Seek
(
IInternetProtocol
*
iface
,
LARGE_INTEGER
dlibMove
,
DWORD
dwOrgin
,
ULARGE_INTEGER
*
plibNewPosition
)
DWORD
dwOr
i
gin
,
ULARGE_INTEGER
*
plibNewPosition
)
{
MkProtocol
*
This
=
PROTOCOL_THIS
(
iface
);
FIXME
(
"(%p)->(%d %d %p)
\n
"
,
This
,
dlibMove
.
u
.
LowPart
,
dwOrgin
,
plibNewPosition
);
FIXME
(
"(%p)->(%d %d %p)
\n
"
,
This
,
dlibMove
.
u
.
LowPart
,
dwOr
i
gin
,
plibNewPosition
);
return
E_NOTIMPL
;
}
...
...
dlls/wined3d/state.c
View file @
b0bde6b8
...
...
@@ -2683,7 +2683,7 @@ static void vertexdeclaration(DWORD state, IWineD3DStateBlockImpl *stateblock) {
handleStreams
(
stateblock
,
useVertexShaderFunction
);
/* Do I have to use ? TRUE : FALSE ? Or can I rely on 15==15 be
e
ing equal to TRUE(=1)? */
/* Do I have to use ? TRUE : FALSE ? Or can I rely on 15==15 being equal to TRUE(=1)? */
transformed
=
((
device
->
strided_streams
.
u
.
s
.
position
.
lpData
!=
NULL
||
device
->
strided_streams
.
u
.
s
.
position
.
VBO
!=
0
)
&&
device
->
strided_streams
.
u
.
s
.
position_transformed
)
?
TRUE
:
FALSE
;
...
...
@@ -2692,7 +2692,7 @@ static void vertexdeclaration(DWORD state, IWineD3DStateBlockImpl *stateblock) {
updateFog
=
TRUE
;
}
/* Reapply lighting if it is not sheduled for reapplication already */
/* Reapply lighting if it is not s
c
heduled for reapplication already */
if
(
!
isStateDirty
(
device
,
STATE_RENDER
(
WINED3DRS_LIGHTING
)))
{
state_lighting
(
STATE_RENDER
(
WINED3DRS_LIGHTING
),
stateblock
);
}
...
...
dlls/winspool.drv/info.c
View file @
b0bde6b8
...
...
@@ -1342,8 +1342,8 @@ static LPCWSTR get_basename_from_name(LPCWSTR name)
/* skip over the servername and search for the following '\' */
name
=
strchrW
(
&
name
[
2
],
'\\'
);
if
((
name
)
&&
(
name
[
1
]))
{
/* found a sep
e
rator ('\') followed by a name:
skip over the sep
e
rator and return the rest */
/* found a sep
a
rator ('\') followed by a name:
skip over the sep
a
rator and return the rest */
name
++
;
}
else
...
...
@@ -2364,7 +2364,7 @@ BOOL WINAPI DeleteMonitorW (LPWSTR pName, LPWSTR pEnvironment, LPWSTR pMonitorNa
return
TRUE
;
}
WARN
(
"monitor %s does not exist
s
\n
"
,
debugstr_w
(
pMonitorName
));
WARN
(
"monitor %s does not exist
\n
"
,
debugstr_w
(
pMonitorName
));
RegCloseKey
(
hroot
);
/* NT: ERROR_UNKNOWN_PRINT_MONITOR (3000), 9x: ERROR_INVALID_PARAMETER (87) */
...
...
@@ -5085,7 +5085,7 @@ BOOL WINAPI EnumPortsA( LPSTR pName, DWORD Level, LPBYTE pPorts, DWORD cbBuf,
We use the smaller Ansi-Size to avoid conflicts with fixed Buffers of old Apps.
*/
if
(
res
)
{
/* EnumPortsW collected all Data. Parse them to ca
cl
ulate ANSI-Size */
/* EnumPortsW collected all Data. Parse them to ca
lc
ulate ANSI-Size */
DWORD
entrysize
=
0
;
DWORD
index
;
LPSTR
ptr
;
...
...
@@ -6463,7 +6463,7 @@ BOOL WINAPI EnumMonitorsA(LPSTR pName, DWORD Level, LPBYTE pMonitors,
We use the smaller Ansi-Size to avoid conflicts with fixed Buffers of old Apps.
*/
if
(
res
)
{
/* EnumMonitorsW collected all Data. Parse them to ca
cl
ulate ANSI-Size */
/* EnumMonitorsW collected all Data. Parse them to ca
lc
ulate ANSI-Size */
DWORD
entrysize
=
0
;
DWORD
index
;
LPSTR
ptr
;
...
...
include/wine/debug.h
View file @
b0bde6b8
...
...
@@ -162,7 +162,7 @@ extern void __wine_dbg_set_functions( const struct __wine_debug_functions *new_f
* Exported definitions and macros
*/
/* These function return a printable version of a string, including
/* These function
s
return a printable version of a string, including
quotes. The string will be valid for some time, but not indefinitely
as strings are re-used. */
extern
const
char
*
wine_dbgstr_an
(
const
char
*
s
,
int
n
);
...
...
tools/winapi/options.pm
View file @
b0bde6b8
...
...
@@ -383,7 +383,7 @@ sub AUTOLOAD {
my
$refvalue
=
$self
->
{
$name
};
if
(
!
defined
(
$refvalue
))
{
die
"<internal>: options.pm: member $name does not exist
s
\n"
;
die
"<internal>: options.pm: member $name does not exist\n"
;
}
if
(
ref
(
$$refvalue
)
ne
"HASH"
)
{
...
...
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