Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: fix typo 'fulled' -> 'full'
Fintan Halpenny committed 7 months ago
commit 0f25720aa3e71eb1ccf21d8119abdad4d2e9311f
parent 5ca3fefc6a7e0a54659638444206302f7106671b
1 file changed +1 -1
modified crates/radicle-node/src/reactor/transport.rs
@@ -249,7 +249,7 @@ impl<S: Session> Transport<S> {
                    | io::ErrorKind::OutOfMemory
                    | io::ErrorKind::WriteZero
                    | io::ErrorKind::Interrupted => {
-
                        log::warn!(target: "transport", "Resource {} kernel buffer is fulled (system message is '{err}')", self.display());
+
                        log::warn!(target: "transport", "Resource {} kernel buffer is full (system message is '{err}')", self.display());
                        Ok(0)
                    },
                    _ => {