projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Spell check all source code variables, comments and strings.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
MassStorageHost
/
Lib
/
MassStoreCommands.c
diff --git
a/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
b/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
index
62260fe
..
ff01dc0
100644
(file)
--- a/
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
+++ b/
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
@@
-237,7
+237,7
@@
static uint8_t MassStore_GetReturnedStatus(CommandStatusWrapper_t* SCSICommandSt
{
\r
uint8_t ErrorCode = PIPE_RWSTREAM_NoError;
\r
\r
{
\r
uint8_t ErrorCode = PIPE_RWSTREAM_NoError;
\r
\r
- /* If an error in the command ocurred, abort */
\r
+ /* If an error in the command oc
c
urred, abort */
\r
if ((ErrorCode = MassStore_WaitForDataReceived()) != PIPE_RWSTREAM_NoError)
\r
return ErrorCode;
\r
\r
if ((ErrorCode = MassStore_WaitForDataReceived()) != PIPE_RWSTREAM_NoError)
\r
return ErrorCode;
\r
\r