radicle: fix typo
Correct radicle::node::Error::Connect's string.
This commit is contained in:
parent
5f4fc8236e
commit
7c65f08cd1
|
|
@ -15,7 +15,7 @@ pub const DEFAULT_SOCKET_NAME: &str = "radicle.sock";
|
||||||
|
|
||||||
#[derive(thiserror::Error, Debug)]
|
#[derive(thiserror::Error, Debug)]
|
||||||
pub enum Error {
|
pub enum Error {
|
||||||
#[error("failed to connecto to node: {0}")]
|
#[error("failed to connect to node: {0}")]
|
||||||
Connect(#[from] io::Error),
|
Connect(#[from] io::Error),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue