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
efb13b28
Commit
efb13b28
authored
Dec 07, 2007
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Dec 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
0a92e106
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
propsheet.c
dlls/comctl32/propsheet.c
+1
-1
msc.c
dlls/dbghelp/msc.c
+1
-1
bidi.c
dlls/gdi32/bidi.c
+1
-1
font.c
dlls/gdi32/font.c
+1
-1
drive.c
dlls/kernel32/tests/drive.c
+2
-2
make_opengl
dlls/opengl32/make_opengl
+2
-2
opengl_ext.c
dlls/opengl32/opengl_ext.c
+1
-1
device.c
dlls/wined3d/device.c
+1
-1
No files found.
dlls/comctl32/propsheet.c
View file @
efb13b28
...
...
@@ -2081,7 +2081,7 @@ static BOOL PROPSHEET_SetCurSel(HWND hwndDlg,
index
=
PROPSHEET_FindPageByResId
(
psInfo
,
result
);
if
(
index
>=
psInfo
->
nPages
)
{
index
=
old_index
;
WARN
(
"Tried to skip to nonexist
a
nt page by res id
\n
"
);
WARN
(
"Tried to skip to nonexist
e
nt page by res id
\n
"
);
break
;
}
continue
;
...
...
dlls/dbghelp/msc.c
View file @
efb13b28
...
...
@@ -355,7 +355,7 @@ static int codeview_add_type(unsigned int typeno, struct symt* dt)
if
(
cv_current_module
->
defined_types
[
typeno
-
FIRST_DEFINABLE_TYPE
])
{
if
(
cv_current_module
->
defined_types
[
typeno
-
FIRST_DEFINABLE_TYPE
]
!=
dt
)
FIXME
(
"Overwrit
t
ing at %x
\n
"
,
typeno
);
FIXME
(
"Overwriting at %x
\n
"
,
typeno
);
}
cv_current_module
->
defined_types
[
typeno
-
FIRST_DEFINABLE_TYPE
]
=
dt
;
return
TRUE
;
...
...
dlls/gdi32/bidi.c
View file @
efb13b28
...
...
@@ -231,7 +231,7 @@ static void SetDeferredRun(WORD *pval, int cval, int iStart, int nval)
Output: revised character count
Note: This is a very simpl
f
istic function. In effect it restricts
Note: This is a very simplistic function. In effect it restricts
the action of the algorithm to the first paragraph in the input
where a paragraph ends at the end of the first block separator
or at the end of the input text.
...
...
dlls/gdi32/font.c
View file @
efb13b28
...
...
@@ -2780,7 +2780,7 @@ DWORD WINAPI GetKerningPairsW( HDC hDC, DWORD cPairs,
* TranslateCharsetInfo [GDI32.@]
*
* Fills a CHARSETINFO structure for a character set, code page, or
* font. This allows making the correspond
a
nce between different labelings
* font. This allows making the correspond
e
nce between different labelings
* (character set, Windows, ANSI, and OEM codepages, and Unicode ranges)
* of the same encoding.
*
...
...
dlls/kernel32/tests/drive.c
View file @
efb13b28
...
...
@@ -43,7 +43,7 @@ static void test_GetDriveTypeA(void)
if
(
!
(
logical_drives
&
1
))
ok
(
type
==
DRIVE_NO_ROOT_DIR
,
"GetDriveTypeA should return DRIVE_NO_ROOT_DIR for inexist
a
nt drive %c: but not %u
\n
"
,
"GetDriveTypeA should return DRIVE_NO_ROOT_DIR for inexist
e
nt drive %c: but not %u
\n
"
,
drive
[
0
],
type
);
logical_drives
>>=
1
;
...
...
@@ -71,7 +71,7 @@ static void test_GetDriveTypeW(void)
if
(
!
(
logical_drives
&
1
))
ok
(
type
==
DRIVE_NO_ROOT_DIR
,
"GetDriveTypeW should return DRIVE_NO_ROOT_DIR for inexist
a
nt drive %c: but not %u
\n
"
,
"GetDriveTypeW should return DRIVE_NO_ROOT_DIR for inexist
e
nt drive %c: but not %u
\n
"
,
drive
[
0
],
type
);
logical_drives
>>=
1
;
...
...
dlls/opengl32/make_opengl
View file @
efb13b28
...
...
@@ -702,8 +702,8 @@ foreach (sort keys %ext_functions) {
print
EXT
"\nstatic "
,
GenerateThunk
(
$ext_functions
{
$_
},
0
,
$ext_prefix
,
$gen_thread_safe
,
$local_var
);
}
# Then the table giving the string <-> function correspond
a
nce */
print
EXT
"\n\n/* The table giving the correspond
a
nce between names and functions */\n"
;
# Then the table giving the string <-> function correspond
e
nce */
print
EXT
"\n\n/* The table giving the correspond
e
nce between names and functions */\n"
;
print
EXT
"const OpenGL_extension extension_registry[$count] = {\n"
;
my
$i
=
0
;
foreach
(
sort
keys
%
ext_functions
)
{
...
...
dlls/opengl32/opengl_ext.c
View file @
efb13b28
...
...
@@ -9706,7 +9706,7 @@ static void WINAPI wine_glWriteMaskEXT( GLuint res, GLuint in, GLenum outX, GLen
}
/* The table giving the correspond
a
nce between names and functions */
/* The table giving the correspond
e
nce between names and functions */
const
OpenGL_extension
extension_registry
[
1197
]
=
{
{
"glActiveStencilFaceEXT"
,
"GL_EXT_stencil_two_side"
,
(
void
*
)
wine_glActiveStencilFaceEXT
},
{
"glActiveTexture"
,
"GL_VERSION_1_3"
,
(
void
*
)
wine_glActiveTexture
},
...
...
dlls/wined3d/device.c
View file @
efb13b28
...
...
@@ -5761,7 +5761,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_DeletePatch(IWineD3DDevice *iface, UINT
}
/* TODO: Write a test for the return value */
FIXME
(
"Attempt to destroy nonexist
a
nt patch
\n
"
);
FIXME
(
"Attempt to destroy nonexist
e
nt patch
\n
"
);
return
WINED3DERR_INVALIDCALL
;
}
...
...
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