Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: fix typo
Slack Coder committed 3 years ago
commit 7c65f08cd1935bc811912913ee87359a7fd44d9f
parent 5f4fc8236ee08ae279a1e09f033bfb5acddcf607
1 file changed +1 -1
modified radicle/src/node.rs
@@ -15,7 +15,7 @@ pub const DEFAULT_SOCKET_NAME: &str = "radicle.sock";

#[derive(thiserror::Error, Debug)]
pub enum Error {
-
    #[error("failed to connecto to node: {0}")]
+
    #[error("failed to connect to node: {0}")]
    Connect(#[from] io::Error),
}