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
dbaec0a1
Commit
dbaec0a1
authored
Jul 10, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 10, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
c23da6c3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
font.c
dlls/gdiplus/tests/font.c
+1
-1
filtergraph.c
dlls/quartz/filtergraph.c
+1
-1
editor.c
dlls/riched20/tests/editor.c
+1
-1
secur32.c
dlls/secur32/secur32.c
+1
-1
directx.c
dlls/wined3d/directx.c
+1
-1
mpegl3.c
dlls/winemp3.acm/mpegl3.c
+1
-1
wintab.c
dlls/winex11.drv/wintab.c
+1
-1
No files found.
dlls/gdiplus/tests/font.c
View file @
dbaec0a1
...
...
@@ -154,7 +154,7 @@ static void test_fontfamily (void)
WCHAR
itsName
[
LF_FACESIZE
];
GpStatus
stat
;
/* FontFamily can
not be NULL */
/* FontFamily cannot be NULL */
stat
=
GdipCreateFontFamilyFromName
(
arial
,
NULL
,
NULL
);
expect
(
InvalidParameter
,
stat
);
...
...
dlls/quartz/filtergraph.c
View file @
dbaec0a1
...
...
@@ -1192,7 +1192,7 @@ static HRESULT WINAPI FilterGraph2_Render(IFilterGraph2 *iface, IPin *ppinOut)
hr
=
IPin_Connect
(
ppinOut
,
pin
,
NULL
);
if
(
SUCCEEDED
(
hr
))
{
TRACE
(
"Connected succesfully %p/%p, %08x look if we should render more!
\n
"
,
ppinOut
,
pin
,
hr
);
TRACE
(
"Connected succes
s
fully %p/%p, %08x look if we should render more!
\n
"
,
ppinOut
,
pin
,
hr
);
IPin_Release
(
pin
);
hr
=
FilterGraph2_RenderRecurse
(
This
,
pin
);
...
...
dlls/riched20/tests/editor.c
View file @
dbaec0a1
...
...
@@ -3687,7 +3687,7 @@ static void test_EM_STREAMIN(void)
struct
StringWithLength
cookieForStream4
;
const
char
*
streamText4
=
"This text just needs to be long enough to cause run to be split onto "
\
"two sep
e
rate lines and make sure the null terminating character is "
\
"two sep
a
rate lines and make sure the null terminating character is "
\
"handled properly.
\0
"
;
int
length4
=
strlen
(
streamText4
)
+
1
;
cookieForStream4
.
buffer
=
(
char
*
)
streamText4
;
...
...
dlls/secur32/secur32.c
View file @
dbaec0a1
...
...
@@ -634,7 +634,7 @@ SecurePackage *SECUR32_findPackageW(PCWSTR packageName)
fnTableA
=
pInitSecurityInterfaceA
();
if
(
pInitSecurityInterfaceW
)
fnTableW
=
pInitSecurityInterfaceW
();
/* don
t
't update built-in SecurityFunctionTable */
/* don't update built-in SecurityFunctionTable */
if
(
fnTableA
!=
&
securityFunctionTableA
)
_makeFnTableA
(
&
ret
->
provider
->
fnTableA
,
fnTableA
,
fnTableW
);
if
(
fnTableW
!=
&
securityFunctionTableW
)
...
...
dlls/wined3d/directx.c
View file @
dbaec0a1
...
...
@@ -3622,7 +3622,7 @@ struct driver_version_information {
static
const
struct
driver_version_information
driver_version_table
[]
=
{
/* Nvidia drivers. Geforce6 and newer cards are supported by the current driver (177.x)*/
/* GeforceFX support is up to 173.x, Geforce2MX/3/4 up
to 96.x, TNT/Geforce1/2 up
to 71.x */
/* GeforceFX support is up to 173.x, Geforce2MX/3/4 up
to 96.x, TNT/Geforce1/2 up
to 71.x */
/* Note that version numbers >100 lets say 123.45 use >= x.y.11.2345 and not x.y.10.12345 */
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCEFX_5200
,
7
,
15
,
11
,
7341
},
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCEFX_5600
,
7
,
15
,
11
,
7341
},
...
...
dlls/winemp3.acm/mpegl3.c
View file @
dbaec0a1
...
...
@@ -168,7 +168,7 @@ static void mp3_horse(PACMDRVSTREAMINSTANCE adsi,
if
(
ret
!=
MP3_OK
)
{
if
(
ret
==
MP3_ERR
)
FIXME
(
"Error occured during decoding!
\n
"
);
FIXME
(
"Error occur
r
ed during decoding!
\n
"
);
*
ndst
=
*
nsrc
=
0
;
return
;
}
...
...
dlls/winex11.drv/wintab.c
View file @
dbaec0a1
...
...
@@ -301,7 +301,7 @@ static INT button_state[10];
* Now say someone has 2 multimode tablets with 2 erasers each
* now we would need Cursor #2, #5, #8, #11
* So to support that we need CURSORMAX of 12 (0 to 11)
* FIXME: we dont support more than 4 regular tablets or 2 multimode tablets */
* FIXME: we don
'
t support more than 4 regular tablets or 2 multimode tablets */
#define CURSORMAX 12
static
LOGCONTEXTW
gSysContext
;
...
...
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