fix typo: Unkown => Unknown (#6559)
This commit is contained in:
committed by
Tomasz Drwięga
parent
9a086face4
commit
fee056a251
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user