fix typo: Unkown => Unknown (#6559)

This commit is contained in:
vacuum-car
2017-10-02 22:27:59 +09:00
committed by Tomasz Drwięga
parent 9a086face4
commit fee056a251
5 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ pub trait IpcConfig {
/// Error in dispatching or invoking methods via IPC
#[derive(Debug)]
pub enum Error {
UnkownSystemCall,
UnknownSystemCall,
ClientUnsupported,
RemoteServiceUnsupported,
HandshakeFailed,