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
4473ce4d
Commit
4473ce4d
authored
Oct 29, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Oct 30, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
cbd65f1c
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
18 additions
and
18 deletions
+18
-18
avifile.c
dlls/avifil32/avifile.c
+1
-1
header.c
dlls/comctl32/tests/header.c
+4
-4
msgsm32.c
dlls/msgsm32.acm/msgsm32.c
+1
-1
navigate.c
dlls/mshtml/navigate.c
+1
-1
msrle32.c
dlls/msrle32/msrle32.c
+2
-2
filemoniker.c
dlls/ole32/filemoniker.c
+5
-5
shfldr_unixfs.c
dlls/shell32/shfldr_unixfs.c
+1
-1
uri.c
dlls/urlmon/tests/uri.c
+1
-1
uri.c
dlls/urlmon/uri.c
+1
-1
glibthread.c
dlls/winegstreamer/glibthread.c
+1
-1
No files found.
dlls/avifil32/avifile.c
View file @
4473ce4d
...
...
@@ -2096,7 +2096,7 @@ static HRESULT AVIFILE_SaveFile(IAVIFileImpl *This)
if
(
This
->
dwMoviChunkPos
==
0
)
AVIFILE_ComputeMoviStart
(
This
);
/* written one record to much? */
/* written one record to
o
much? */
if
(
This
->
ckLastRecord
.
dwFlags
&
MMIO_DIRTY
)
{
This
->
dwNextFramePos
-=
3
*
sizeof
(
DWORD
);
if
(
This
->
nIdxRecords
>
0
)
...
...
dlls/comctl32/tests/header.c
View file @
4473ce4d
...
...
@@ -1354,7 +1354,7 @@ static LRESULT customdraw_1(int n, NMCUSTOMDRAW *nm)
return
0
;
}
ok
(
FALSE
,
"To many custom draw messages (n=%d, nm->dwDrawStage=%d)
\n
"
,
n
,
nm
->
dwDrawStage
);
ok
(
FALSE
,
"To
o
many custom draw messages (n=%d, nm->dwDrawStage=%d)
\n
"
,
n
,
nm
->
dwDrawStage
);
return
-
1
;
}
...
...
@@ -1381,7 +1381,7 @@ static LRESULT customdraw_2(int n, NMCUSTOMDRAW *nm)
return
0
;
}
ok
(
FALSE
,
"To many custom draw messages (n=%d, nm->dwDrawStage=%d)
\n
"
,
n
,
nm
->
dwDrawStage
);
ok
(
FALSE
,
"To
o
many custom draw messages (n=%d, nm->dwDrawStage=%d)
\n
"
,
n
,
nm
->
dwDrawStage
);
return
0
;
}
...
...
@@ -1411,7 +1411,7 @@ static LRESULT customdraw_3(int n, NMCUSTOMDRAW *nm)
return
0
;
}
ok
(
FALSE
,
"To many custom draw messages (n=%d, nm->dwDrawStage=%d)
\n
"
,
n
,
nm
->
dwDrawStage
);
ok
(
FALSE
,
"To
o
many custom draw messages (n=%d, nm->dwDrawStage=%d)
\n
"
,
n
,
nm
->
dwDrawStage
);
return
0
;
}
...
...
@@ -1439,7 +1439,7 @@ static LRESULT customdraw_4(int n, NMCUSTOMDRAW *nm)
return
0
;
}
ok
(
FALSE
,
"To many custom draw messages (n=%d, nm->dwDrawStage=%d)
\n
"
,
n
,
nm
->
dwDrawStage
);
ok
(
FALSE
,
"To
o
many custom draw messages (n=%d, nm->dwDrawStage=%d)
\n
"
,
n
,
nm
->
dwDrawStage
);
return
0
;
}
...
...
dlls/msgsm32.acm/msgsm32.c
View file @
4473ce4d
...
...
@@ -510,7 +510,7 @@ static LRESULT GSM_StreamConvert(PACMDRVSTREAMINSTANCE adsi, PACMDRVSTREAMHEADER
return
ACMERR_NOTPOSSIBLE
;
}
/* The packing algor
y
thm writes 32 bytes, then 33 bytes,
/* The packing algor
i
thm writes 32 bytes, then 33 bytes,
* and it seems to pad to align to 65 bytes always
* adding extra data where necessary
*/
...
...
dlls/mshtml/navigate.c
View file @
4473ce4d
...
...
@@ -185,7 +185,7 @@ static nsresult NSAPI nsInputStream_ReadSegments(nsIInputStream *iface,
nsres
=
aWriter
(
&
This
->
nsIInputStream_iface
,
aClousure
,
This
->
buf
,
0
,
aCount
,
&
written
);
if
(
NS_FAILED
(
nsres
))
TRACE
(
"aWrit
t
er failed: %08x
\n
"
,
nsres
);
TRACE
(
"aWriter failed: %08x
\n
"
,
nsres
);
else
if
(
written
!=
This
->
buf_size
)
FIXME
(
"written %d != buf_size %d
\n
"
,
written
,
This
->
buf_size
);
...
...
dlls/msrle32/msrle32.c
View file @
4473ce4d
...
...
@@ -1486,7 +1486,7 @@ static LRESULT Compress(CodecInfo *pi, ICCOMPRESS* lpic, DWORD dwSize)
computeInternalFrame
(
pi
,
lpic
->
lpbiPrev
,
lpic
->
lpPrev
);
/* swap buffers for current and previous frame */
/* Don't free and alloc new -- costs to much time and they are of equal size ! */
/* Don't free and alloc new -- costs to
o
much time and they are of equal size ! */
pTmp
=
pi
->
pPrevFrame
;
pi
->
pPrevFrame
=
pi
->
pCurFrame
;
pi
->
pCurFrame
=
pTmp
;
...
...
@@ -1534,7 +1534,7 @@ static LRESULT Compress(CodecInfo *pi, ICCOMPRESS* lpic, DWORD dwSize)
}
{
/* swap buffer for current and previous frame */
/* Don't free and alloc new -- costs to much time and they are of equal size ! */
/* Don't free and alloc new -- costs to
o
much time and they are of equal size ! */
LPWORD
pTmp
=
pi
->
pPrevFrame
;
pi
->
pPrevFrame
=
pi
->
pCurFrame
;
...
...
dlls/ole32/filemoniker.c
View file @
4473ce4d
...
...
@@ -939,7 +939,7 @@ FileMonikerImpl_CommonPrefixWith(IMoniker* iface,IMoniker* pmkOther,IMoniker** p
IBindCtx
*
pbind
;
DWORD
mkSys
;
ULONG
nb1
,
nb2
,
i
,
sameIdx
;
BOOL
machi
meNameCase
=
FALSE
;
BOOL
machi
neNameCase
=
FALSE
;
if
(
ppmkPrefix
==
NULL
)
return
E_POINTER
;
...
...
@@ -997,20 +997,20 @@ FileMonikerImpl_CommonPrefixWith(IMoniker* iface,IMoniker* pmkOther,IMoniker** p
if
(
sameIdx
>
1
&&
*
stringTable1
[
0
]
==
'\\'
&&
*
stringTable2
[
1
]
==
'\\'
){
machi
meNameCase
=
TRUE
;
machi
neNameCase
=
TRUE
;
for
(
i
=
2
;
i
<
sameIdx
;
i
++
)
if
(
(
*
stringTable1
[
i
]
==
'\\'
)
&&
(
i
+
1
<
sameIdx
)
&&
(
*
stringTable1
[
i
+
1
]
==
'\\'
)
){
machi
meNameCase
=
FALSE
;
machi
neNameCase
=
FALSE
;
break
;
}
}
if
(
machi
m
eNameCase
&&
*
stringTable1
[
sameIdx
-
1
]
==
'\\'
)
if
(
machi
n
eNameCase
&&
*
stringTable1
[
sameIdx
-
1
]
==
'\\'
)
sameIdx
--
;
if
(
machi
m
eNameCase
&&
(
sameIdx
<=
3
)
&&
(
nb1
>
3
||
nb2
>
3
)
)
if
(
machi
n
eNameCase
&&
(
sameIdx
<=
3
)
&&
(
nb1
>
3
||
nb2
>
3
)
)
ret
=
MK_E_NOPREFIX
;
else
{
...
...
dlls/shell32/shfldr_unixfs.c
View file @
4473ce4d
...
...
@@ -388,7 +388,7 @@ static inline BOOL UNIXFS_is_pidl_of_type(LPCITEMIDLIST pIDL, SHCONTF fFilter) {
*
* RETURNS
* Success, TRUE
* Failure, FALSE - Path not existent, too long, insufficient rights, to many symlinks
* Failure, FALSE - Path not existent, too long, insufficient rights, to
o
many symlinks
*/
static
BOOL
UNIXFS_get_unix_path
(
LPCWSTR
pszDosPath
,
char
*
pszCanonicalPath
)
{
...
...
dlls/urlmon/tests/uri.c
View file @
4473ce4d
...
...
@@ -4595,7 +4595,7 @@ static const invalid_uri invalid_uri_tests[] = {
{
"*a*b*c*d://not.valid.com"
,
0
,
FALSE
},
/* Not allowed to have invalid % encoded data. */
{
"ftp://google.co%XX/"
,
0
,
FALSE
},
/* To many h16 components. */
/* To
o
many h16 components. */
{
"http://[1:2:3:4:5:6:7:8:9]"
,
0
,
FALSE
},
/* Not enough room for IPv4 address. */
{
"http://[1:2:3:4:5:6:7:192.0.1.0]"
,
0
,
FALSE
},
...
...
dlls/urlmon/uri.c
View file @
4473ce4d
...
...
@@ -1618,7 +1618,7 @@ static BOOL parse_ipv6address(const WCHAR **ptr, parse_data *data, DWORD flags)
/* An IPv6 address can have no more than 8 h16 components. */
if
(
ip
.
h16_count
>=
8
)
{
*
ptr
=
start
;
TRACE
(
"(%p %p %x): Not a IPv6 address, to many h16 components.
\n
"
,
TRACE
(
"(%p %p %x): Not a IPv6 address, to
o
many h16 components.
\n
"
,
ptr
,
data
,
flags
);
return
FALSE
;
}
...
...
dlls/winegstreamer/glibthread.c
View file @
4473ce4d
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* Wine G
str
amer integration
* Wine G
Stre
amer integration
* Copyright 2010 Aric Stewart, CodeWeavers
*
* gthread.c: solaris thread system implementation
...
...
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