This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

spelling error "unknow => unknown"

  • Loading branch information...
epakai authored and XinyuHou committed Oct 22, 2016
1 parent a49de58 commit 72b1ebcdb2175f7d31d68e30ce24391ab272b718
Showing with 1 addition and 1 deletion.
  1. +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

Please sign in to comment.