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
b990617a
Commit
b990617a
authored
Nov 02, 2010
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 02, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
76039b37
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
16 additions
and
16 deletions
+16
-16
gameexplorer.c
dlls/gameux/gameexplorer.c
+3
-3
gamestatistics.c
dlls/gameux/gamestatistics.c
+1
-1
gameux_private.h
dlls/gameux/gameux_private.h
+1
-1
gameexplorer.c
dlls/gameux/tests/gameexplorer.c
+2
-2
path.c
dlls/kernel32/tests/path.c
+1
-1
schema.c
dlls/msxml3/tests/schema.c
+1
-1
olepropframe.c
dlls/oleaut32/olepropframe.c
+1
-1
uri.c
dlls/urlmon/tests/uri.c
+1
-1
usp10.c
dlls/usp10/tests/usp10.c
+2
-2
directx.c
dlls/wined3d/directx.c
+3
-3
No files found.
dlls/gameux/gameexplorer.c
View file @
b990617a
...
...
@@ -381,7 +381,7 @@ static HRESULT GAMEUX_ParseGameDefinition(
/*******************************************************************************
* GAMEUX_ParseGDFBinary
*
* Helper funtion, loads given binary and parses embed GDF if there's any.
* Helper fun
c
tion, loads given binary and parses embed GDF if there's any.
*
* Parameters:
* GameData [I/O] Structure with game's data. Content of field
...
...
@@ -534,7 +534,7 @@ HRESULT WINAPI GAMEUX_RegisterGame(LPCWSTR sGDFBinaryPath,
hr
=
GAMEUX_WriteRegistryRecord
(
&
GameData
);
GAMEUX_uninitGameData
(
&
GameData
);
TRACE
(
"returing 0x%08x
\n
"
,
hr
);
TRACE
(
"retur
n
ing 0x%08x
\n
"
,
hr
);
return
hr
;
}
/*******************************************************************************
...
...
@@ -574,7 +574,7 @@ static HRESULT GAMEUX_IsGameKeyExist(GAME_INSTALL_SCOPE installScope,
RegCloseKey
(
hKey
);
else
{
/* if
key does not exist or other error occu
red, do not return the path */
/* if
the key does not exist or another error occur
red, do not return the path */
HeapFree
(
GetProcessHeap
(),
0
,
*
lpRegistryPath
);
*
lpRegistryPath
=
NULL
;
}
...
...
dlls/gameux/gamestatistics.c
View file @
b990617a
...
...
@@ -696,7 +696,7 @@ HRESULT create_IGameStatistics(GameStatisticsImpl** ppStats)
(
*
ppStats
)
->
lpVtbl
=
&
GameStatisticsImplVtbl
;
(
*
ppStats
)
->
ref
=
1
;
TRACE
(
"returing coclass: %p
\n
"
,
*
ppStats
);
TRACE
(
"retur
n
ing coclass: %p
\n
"
,
*
ppStats
);
return
S_OK
;
}
...
...
dlls/gameux/gameux_private.h
View file @
b990617a
...
...
@@ -89,7 +89,7 @@ HRESULT WINAPI GAMEUX_RegisterGame(LPCWSTR sGDFBinaryPath,
/*******************************************************************************
* GAMEUX_FindGameInstanceId
*
* Helper funtion. Searches for instance identifier of given game in given
* Helper fun
c
tion. Searches for instance identifier of given game in given
* installation scope. Implemented in gameexplorer.c
*
* Parameters:
...
...
dlls/gameux/tests/gameexplorer.c
View file @
b990617a
...
...
@@ -414,7 +414,7 @@ static HRESULT _LoadRegistryString(HKEY hRootKey,
/*******************************************************************************
* _findGameInstanceId
*
* Helper funtion. Searches for instance identifier of given game in given
* Helper fun
c
tion. Searches for instance identifier of given game in given
* installation scope.
*
* Parameters:
...
...
@@ -638,7 +638,7 @@ static void test_install_uninstall_game(void)
hr
=
IGameExplorer2_InstallGame
(
ge2
,
sExeName
,
sExePath
,
GIS_CURRENT_USER
);
ok
(
SUCCEEDED
(
hr
),
"IGameExplorer2::InstallGame failed (error 0x%08x)
\n
"
,
hr
);
/* in comparis
i
on to AddGame, InstallGame does not return instance ID,
/* in comparison to AddGame, InstallGame does not return instance ID,
* so we need to find it manually */
_findGameInstanceId
(
__LINE__
,
sExeName
,
GIS_CURRENT_USER
,
&
guid
);
...
...
dlls/kernel32/tests/path.c
View file @
b990617a
...
...
@@ -361,7 +361,7 @@ static void test_InitPathA(CHAR *newdir, CHAR *curDrive, CHAR *otherDrive)
}
for
(
unique
=
0
;
unique
<
3
;
unique
++
)
{
/* Non
-
existent path */
/* Nonexistent path */
sprintf
(
invalid_dir
,
"%s\%s"
,
tmppath
,
"non_existent_dir_1jwj3y32nb3"
);
SetLastError
(
0xdeadbeef
);
ok
(
!
GetTempFileNameA
(
invalid_dir
,
"tfn"
,
unique
,
newdir
),
"GetTempFileNameA should have failed
\n
"
);
...
...
dlls/msxml3/tests/schema.c
View file @
b990617a
...
...
@@ -476,7 +476,7 @@ static void test_length(void)
ole_expect
(
IXMLDOMSchemaCollection_get_length
(
cache
,
NULL
),
E_POINTER
);
/* MSDN lies; removing a non
-exista
nt entry produces no error */
/* MSDN lies; removing a non
existe
nt entry produces no error */
ole_check
(
IXMLDOMSchemaCollection_remove
(
cache
,
NULL
));
ole_check
(
IXMLDOMSchemaCollection_remove
(
cache
,
_bstr_
(
xdr_schema1_uri
)));
...
...
dlls/oleaut32/olepropframe.c
View file @
b990617a
...
...
@@ -2,7 +2,7 @@
* Copyright 1999 Corel Corporation
* Sean Langley
* Copyright 2010 Geoffrey Hausheer
* Copyright 2010 Piotr Caban for Code
w
eavers
* Copyright 2010 Piotr Caban for Code
W
eavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/urlmon/tests/uri.c
View file @
b990617a
...
...
@@ -3918,7 +3918,7 @@ static const uri_properties uri_tests[] = {
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
}
},
/* Dot seg
e
ments aren't removed. */
/* Dot segments aren't removed. */
{
"file://c:
\\
dir
\\
../..
\\
./index.html"
,
Uri_CREATE_FILE_USE_DOS_PATH
,
S_OK
,
FALSE
,
Uri_HAS_ABSOLUTE_URI
|
Uri_HAS_DISPLAY_URI
|
Uri_HAS_EXTENSION
|
Uri_HAS_PATH
|
Uri_HAS_PATH_AND_QUERY
|
Uri_HAS_RAW_URI
|
Uri_HAS_SCHEME_NAME
|
Uri_HAS_HOST_TYPE
...
...
dlls/usp10/tests/usp10.c
View file @
b990617a
...
...
@@ -1421,7 +1421,7 @@ static void test_ScriptStringXtoCP_CPtoX(HDC hdc)
}
}
/* Check beyond the leading boundry of the whole string */
/* Check beyond the leading bound
a
ry of the whole string */
if
(
rtl
[
0
])
{
/* having a leading rtl character seems to confuse usp */
...
...
@@ -1445,7 +1445,7 @@ static void test_ScriptStringXtoCP_CPtoX(HDC hdc)
iTrailing
);
}
/* Check beyond the end boundry of the whole string */
/* Check beyond the end bound
a
ry of the whole string */
if
(
rtl
[
String_len
-
1
])
hr
=
ScriptStringCPtoX
(
ssa
,
String_len
-
1
,
FALSE
,
&
X
);
else
...
...
dlls/wined3d/directx.c
View file @
b990617a
...
...
@@ -997,9 +997,9 @@ static const struct driver_version_information driver_version_table[] =
{
/* ATI
* - Radeon HD2x00 (R600) and up supported by current drivers.
* - Radeon 9500 (R300) - X1*00 (R5xx) supported upto Catalyst 9.3 (Linux) and 10.2 (XP/Vista/Win7)
* - Radeon 7xxx (R100) - 9250 (RV250) supported upto Catalyst 6.11 (XP)
* - Rage 128 supported upto XP, latest official build 6.13.3279 dated October 2001 */
* - Radeon 9500 (R300) - X1*00 (R5xx) supported up
to Catalyst 9.3 (Linux) and 10.2 (XP/Vista/Win7)
* - Radeon 7xxx (R100) - 9250 (RV250) supported up
to Catalyst 6.11 (XP)
* - Rage 128 supported up
to XP, latest official build 6.13.3279 dated October 2001 */
{
DRIVER_ATI_RAGE_128PRO
,
DRIVER_MODEL_NT5X
,
"ati2dvaa.dll"
,
13
,
3279
,
0
},
{
DRIVER_ATI_R100
,
DRIVER_MODEL_NT5X
,
"ati2dvag.dll"
,
14
,
10
,
6614
},
{
DRIVER_ATI_R300
,
DRIVER_MODEL_NT5X
,
"ati2dvag.dll"
,
14
,
10
,
6764
},
...
...
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