Permalink
Browse files
spelling error "unknow => unknown"
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/lib/synergy/ClipboardChunk.cpp
|
|
@@ -118,7 +118,7 @@ ClipboardChunk::assemble(synergy::IStream* stream, |
|
|
return kFinish;
|
|
|
}
|
|
|
|
|
|
- LOG((CLOG_ERR "clipboard transmission failed: unknow error"));
|
|
|
+ LOG((CLOG_ERR "clipboard transmission failed: unknown error"));
|
|
|
return kError;
|
|
|
}
|
|
|
|
|
|
|
0 comments on commit
72b1ebc