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
da6c7281
Commit
da6c7281
authored
Nov 07, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Nov 07, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
ba6a5f3d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
service.c
dlls/advapi32/tests/service.c
+1
-1
icmstream.c
dlls/avifil32/icmstream.c
+1
-1
comm.c
dlls/kernel32/tests/comm.c
+1
-1
provider.c
dlls/localspl/provider.c
+1
-1
uri.c
dlls/urlmon/uri.c
+1
-1
No files found.
dlls/advapi32/tests/service.c
View file @
da6c7281
...
...
@@ -415,7 +415,7 @@ static void test_create_delete_svc(void)
/* Wait a while. One of the following tests also does a CreateService for the
* same servicename and this would result in an ERROR_SERVICE_MARKED_FOR_DELETE
* error if we do this to
quick. Vista seems more picky the
n the others.
* error if we do this to
o quickly. Vista seems more picky tha
n the others.
*/
Sleep
(
1000
);
...
...
dlls/avifil32/icmstream.c
View file @
da6c7281
...
...
@@ -314,7 +314,7 @@ static LONG WINAPI ICMStream_fnFindSample(IAVIStream *iface, LONG pos,
return
This
->
lLastKey
;
}
}
else
if
(
flags
&
FIND_ANY
)
{
return
pos
;
/* We really don't know, reread is to expensive, so guess. */
return
pos
;
/* We really don't know, reread is to
o
expensive, so guess. */
}
else
if
(
flags
&
FIND_FORMAT
)
{
if
(
flags
&
FIND_PREV
)
return
0
;
...
...
dlls/kernel32/tests/comm.c
View file @
da6c7281
...
...
@@ -1070,7 +1070,7 @@ static void test_LoopbackRead(void)
ok
(
read
==
sizeof
(
tbuf
),
"ReadFile read %d bytes, expected
\"
%s
\"\n
"
,
read
,
rbuf
);
/* Now do the same with a slower Baud rate.
As we request more characters th
e
n written, we will hit the timeout
As we request more characters th
a
n written, we will hit the timeout
*/
ok
(
GetCommState
(
hcom
,
&
dcb
),
"GetCommState failed
\n
"
);
...
...
dlls/localspl/provider.c
View file @
da6c7281
...
...
@@ -251,7 +251,7 @@ static BOOL apd_copyfile( WCHAR *pathname, WCHAR *file_part, apd_data_t *apd )
*
* RETURNS
* the length (in WCHAR) of the serverpart (0 for the local computer)
* (-length), when the name is to long
* (-length), when the name is to
o
long
*
*/
static
LONG
copy_servername_from_name
(
LPCWSTR
name
,
LPWSTR
target
)
...
...
dlls/urlmon/uri.c
View file @
da6c7281
...
...
@@ -1904,7 +1904,7 @@ static BOOL parse_path_hierarchical(const WCHAR **ptr, parse_data *data, DWORD f
return
TRUE
;
}
/* Parses the path of an opaque URI (much less strict th
e
n the parser
/* Parses the path of an opaque URI (much less strict th
a
n the parser
* for a hierarchical URI).
*
* NOTE:
...
...
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