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
ed3c9a1e
Commit
ed3c9a1e
authored
Aug 03, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 03, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
7381858e
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
16 additions
and
16 deletions
+16
-16
printdlg.c
dlls/comdlg32/printdlg.c
+1
-1
joystick.c
dlls/dinput/tests/joystick.c
+2
-2
device.c
dlls/dinput8/tests/device.c
+1
-1
usrmarshal.c
dlls/msdaps/usrmarshal.c
+1
-1
nsio.c
dlls/mshtml/nsio.c
+1
-1
domdoc.c
dlls/msxml3/tests/domdoc.c
+1
-1
midi.c
dlls/winealsa.drv/midi.c
+2
-2
midi.c
dlls/wineoss.drv/midi.c
+1
-1
dib_convert.c
dlls/winex11.drv/dib_convert.c
+1
-1
dib_dst_swap.c
dlls/winex11.drv/dib_dst_swap.c
+1
-1
dib_src_swap.c
dlls/winex11.drv/dib_src_swap.c
+1
-1
test_builtins.cmd
programs/cmd/tests/test_builtins.cmd
+1
-1
winecon_private.h
programs/wineconsole/winecon_private.h
+1
-1
winemaker
tools/winemaker
+1
-1
No files found.
dlls/comdlg32/printdlg.c
View file @
ed3c9a1e
...
...
@@ -3363,7 +3363,7 @@ PRINTDLG_PagePaintProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
HDC
hdc
;
HBRUSH
hbrush
,
holdbrush
;
pagesetup_data
*
data
;
int
papersize
=
0
,
orientation
=
0
;
/* FIXME: set th
is values for
user paint hook */
int
papersize
=
0
,
orientation
=
0
;
/* FIXME: set th
ese values for the
user paint hook */
double
scalx
,
scaly
;
if
(
uMsg
!=
WM_PAINT
)
...
...
dlls/dinput/tests/joystick.c
View file @
ed3c9a1e
...
...
@@ -395,7 +395,7 @@ static BOOL CALLBACK EnumJoysticks(
}
/* Check effect status.
* State: initialy stopped
* State: initial
l
y stopped
* start
* State: started
* unacquire, acquire, download
...
...
@@ -435,7 +435,7 @@ static BOOL CALLBACK EnumJoysticks(
ok
(
IsEqualGUID
(
&
GUID_ConstantForce
,
&
guid
),
"Wrong guid returned
\n
"
);
/* Check autocenter status
* State: initialy stopped
* State: initial
l
y stopped
* enable
* State: enabled
* acquire
...
...
dlls/dinput8/tests/device.c
View file @
ed3c9a1e
...
...
@@ -296,7 +296,7 @@ static void test_action_mapping(void)
hr
=
IDirectInput8_EnumDevicesBySemantics
(
pDI
,
0
,
&
af
,
enumeration_callback
,
&
data
,
DIEDBSFL_ATTACHEDONLY
);
ok
(
SUCCEEDED
(
hr
),
"EnumDevicesBySemantics failed: hr=%08x
\n
"
,
hr
);
/* After a succes
ful
l action mapping we should have no devices available */
/* After a succes
sfu
l action mapping we should have no devices available */
count
.
ndevices
=
0
;
hr
=
IDirectInput8_EnumDevicesBySemantics
(
pDI
,
0
,
&
af
,
counting_callback
,
&
count
,
DIEDBSFL_AVAILABLEDEVICES
);
ok
(
SUCCEEDED
(
hr
),
"EnumDevicesBySemantics failed hr=%08x
\n
"
,
hr
);
...
...
dlls/msdaps/usrmarshal.c
View file @
ed3c9a1e
/*
* Misc marshaling routin
u
es
* Misc marshaling routines
*
* Copyright 2009 Huw Davies
*
...
...
dlls/mshtml/nsio.c
View file @
ed3c9a1e
...
...
@@ -1538,7 +1538,7 @@ static BOOL ensure_uri_builder(nsWineURI *This)
hres
=
CreateIUriBuilder
(
This
->
uri
,
0
,
0
,
&
This
->
uri_builder
);
if
(
FAILED
(
hres
))
{
WARN
(
"CreateIUriBulder failed: %08x
\n
"
,
hres
);
WARN
(
"CreateIUriBu
i
lder failed: %08x
\n
"
,
hres
);
return
FALSE
;
}
}
...
...
dlls/msxml3/tests/domdoc.c
View file @
ed3c9a1e
...
...
@@ -8499,7 +8499,7 @@ static void test_setAttributeNode(void)
IXMLDOMElement_Release
(
elem
);
/* initialy used element is released, attribute still 'has' a container */
/* initial
l
y used element is released, attribute still 'has' a container */
hr
=
IXMLDOMDocument_get_documentElement
(
doc
,
&
elem
);
ok
(
hr
==
S_OK
,
"got 0x%08x
\n
"
,
hr
);
ret_attr
=
(
void
*
)
0xdeadbeef
;
...
...
dlls/winealsa.drv/midi.c
View file @
ed3c9a1e
...
...
@@ -150,12 +150,12 @@ static int MIDI_AlsaToWindowsDeviceType(unsigned int type)
* MOD_SQSYNTH square wave internal synth
* MOD_FMSYNTH FM internal synth
* MOD_MAPPER MIDI mapper
* MOD_WAVETABLE hardware wa
t
etable internal synth
* MOD_WAVETABLE hardware wa
v
etable internal synth
* MOD_SWSYNTH software internal synth
*/
/* FIXME Is this really the correct equivalence from ALSA to
Windows Sound type */
Windows Sound type
?
*/
if
(
type
&
SND_SEQ_PORT_TYPE_SYNTH
)
return
MOD_FMSYNTH
;
...
...
dlls/wineoss.drv/midi.c
View file @
ed3c9a1e
...
...
@@ -155,7 +155,7 @@ static int MIDI_UnixToWindowsDeviceType(int type)
* MOD_SQSYNTH square wave internal synth
* MOD_FMSYNTH FM internal synth
* MOD_MAPPER MIDI mapper
* MOD_WAVETABLE hardware wa
t
etable internal synth
* MOD_WAVETABLE hardware wa
v
etable internal synth
* MOD_SWSYNTH software internal synth
*/
...
...
dlls/winex11.drv/dib_convert.c
View file @
ed3c9a1e
/*
* DIB conversion routin
u
es for cases where the source and destination
* DIB conversion routines for cases where the source and destination
* have the same byte order.
*
* Copyright (C) 2001 Francois Gouget
...
...
dlls/winex11.drv/dib_dst_swap.c
View file @
ed3c9a1e
/*
* DIB conversion routin
u
es for cases where the destination
* DIB conversion routines for cases where the destination
* has non-native byte order.
*
* Copyright (C) 2003 Huw Davies
...
...
dlls/winex11.drv/dib_src_swap.c
View file @
ed3c9a1e
/*
* DIB conversion routin
u
es for cases where the source
* DIB conversion routines for cases where the source
* has non-native byte order.
*
* Copyright (C) 2003 Huw Davies
...
...
programs/cmd/tests/test_builtins.cmd
View file @
ed3c9a1e
...
...
@@ -530,7 +530,7 @@ mkdir foobar
rd foobar
echo %ErrorLevel%
if not exist foobar echo dir removed
rem Removing non
-
existent directory
rem Removing nonexistent directory
rmdir foobar
echo %ErrorLevel%
rem Removing single-level directories
...
...
programs/wineconsole/winecon_private.h
View file @
ed3c9a1e
...
...
@@ -74,7 +74,7 @@ struct inner_data {
void
(
*
fnSetFont
)(
struct
inner_data
*
data
,
const
WCHAR
*
font
,
unsigned
height
,
unsigned
weight
);
void
(
*
fnDeleteBackend
)(
struct
inner_data
*
data
);
void
*
private
;
/* data part belonging to the cho
o
sen backed */
void
*
private
;
/* data part belonging to the chosen backed */
};
/* from wineconsole.c */
...
...
tools/winemaker
View file @
ed3c9a1e
...
...
@@ -67,7 +67,7 @@ my $OPT_ASK_SKIP=-1;
# The following constants define the architecture
##
# Default Architecture will be cho
o
sen
# Default Architecture will be chosen
my
$OPT_ARCH_DEFAULT
=
0
;
##
...
...
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