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
f8e01efb
Commit
f8e01efb
authored
Jul 23, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
eed1b520
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
mbcs.c
dlls/msvcrt/mbcs.c
+1
-1
rtl.c
dlls/ntdll/tests/rtl.c
+1
-1
bindctx.c
dlls/ole32/bindctx.c
+1
-1
filemoniker.c
dlls/ole32/filemoniker.c
+1
-1
classes.c
dlls/shell32/classes.c
+1
-1
shlfileop.c
dlls/shell32/shlfileop.c
+1
-1
En.rc
programs/wcmd/En.rc
+1
-1
Ru.rc
programs/wcmd/Ru.rc
+1
-1
Si.rc
programs/wcmd/Si.rc
+1
-1
No files found.
dlls/msvcrt/mbcs.c
View file @
f8e01efb
...
...
@@ -607,7 +607,7 @@ unsigned int _mbbtombc(unsigned int c)
((
c
>=
0x20
&&
c
<=
0x7e
)
||
(
c
>=
0xa1
&&
c
<=
0xdf
)))
{
/* FIXME: I can't get this function to return anything
* different
to
what I pass it...
* different
from
what I pass it...
*/
}
return
c
;
/* ASCII CP or no MB char */
...
...
dlls/ntdll/tests/rtl.c
View file @
f8e01efb
...
...
@@ -495,7 +495,7 @@ static void test_RtlUniform(void)
* MAXLONG (=0x7fffffff) is never returned, neither with the native function
* nor with the simplified algorithm. In reality the native function and our
* function return a random number distributed over [0..MAXLONG-1]. Note
* that this is different
to
what native documentation states [0..MAXLONG].
* that this is different
from
what native documentation states [0..MAXLONG].
* Expressed with D.H. Lehmer's 1948 algorithm it looks like:
*
* seed = (seed * const_1 + const_2) % MAXLONG;
...
...
dlls/ole32/bindctx.c
View file @
f8e01efb
...
...
@@ -269,7 +269,7 @@ HRESULT WINAPI BindCtxImpl_RevokeObjectBound(IBindCtx* iface, IUnknown* punk)
TRACE
(
"(%p,%p)
\n
"
,
This
,
punk
);
/* check if the object was registred or not */
/* check if the object was regist
e
red or not */
if
(
BindCtxImpl_GetObjectIndex
(
This
,
punk
,
NULL
,
&
index
)
==
S_FALSE
)
return
MK_E_NOTBOUND
;
...
...
dlls/ole32/filemoniker.c
View file @
f8e01efb
...
...
@@ -983,7 +983,7 @@ HRESULT WINAPI FileMonikerImpl_GetTimeOfLastChange(IMoniker* iface,
res
=
IRunningObjectTable_GetTimeOfLastChange
(
rot
,
iface
,
pFileTime
);
if
(
FAILED
(
res
)){
/* the moniker is not registred */
if
(
FAILED
(
res
)){
/* the moniker is not regist
e
red */
if
(
!
GetFileAttributesExW
(
This
->
filePathName
,
GetFileExInfoStandard
,
&
info
))
return
MK_E_NOOBJECT
;
...
...
dlls/shell32/classes.c
View file @
f8e01efb
...
...
@@ -263,7 +263,7 @@ BOOL HCR_GetDefaultIconFromGUIDW(REFIID riid, LPWSTR szDest, DWORD len, LPDWORD
/***************************************************************************************
* HCR_GetClassName [internal]
*
* Gets the name of a registred class
* Gets the name of a regist
e
red class
*/
static
const
WCHAR
swEmpty
[]
=
{
0
};
...
...
dlls/shell32/shlfileop.c
View file @
f8e01efb
...
...
@@ -1077,7 +1077,7 @@ int WINAPI SHFileOperationW(LPSHFILEOPSTRUCTW lpFileOp)
goto
shfileop_normal
;
}
/* W98 Bug with FO_MOVE different
to
FO_COPY, better the same as FO_COPY */
/* W98 Bug with FO_MOVE different
from
FO_COPY, better the same as FO_COPY */
b_ToValid
=
((
b_SameTailName
&&
b_SameRoot
&&
(
FO_COPY
==
FuncSwitch
))
||
(
b_SameTailName
&&
!
b_SameRoot
)
||
(
b_ToInvalidTail
));
...
...
programs/wcmd/En.rc
View file @
f8e01efb
...
...
@@ -69,7 +69,7 @@ not exist in wcmd.\n"
batch file.\n\
\n\
The label which is the target of a GOTO may be up to 255 characters\n\
long but may not include spaces (this is different
to
other operating\n\
long but may not include spaces (this is different
from
other operating\n\
systems). If two or more identical labels exist in a batch file the\n\
first one will always be executed. Attempting to GOTO a non-existent\n\
label terminates the batch file execution.\n\
...
...
programs/wcmd/Ru.rc
View file @
f8e01efb
...
...
@@ -68,7 +68,7 @@ not exist in wcmd.\n"
batch file.\n\
\n\
The label which is the target of a GOTO may be up to 255 characters\n\
long but may not include spaces (this is different
to
other operating\n\
long but may not include spaces (this is different
from
other operating\n\
systems). If two or more identical labels exist in a batch file the\n\
first one will always be executed. Attempting to GOTO a non-existent\n\
label terminates the batch file execution.\n\
...
...
programs/wcmd/Si.rc
View file @
f8e01efb
...
...
@@ -69,7 +69,7 @@ not exist in wcmd.\n"
batch file.\n\
\n\
The label which is the target of a GOTO may be up to 255 characters\n\
long but may not include spaces (this is different
to
other operating\n\
long but may not include spaces (this is different
from
other operating\n\
systems). If two or more identical labels exist in a batch file the\n\
first one will always be executed. Attempting to GOTO a non-existent\n\
label terminates the batch file execution.\n\
...
...
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