From 94d7799ffec18cb8e7884050fc0e3effc19b59d9 Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Thu, 12 Feb 2026 15:57:17 +0100 Subject: [PATCH] protocol/fetcher/state: Typo --- crates/radicle-protocol/src/fetcher/state/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/radicle-protocol/src/fetcher/state/command.rs b/crates/radicle-protocol/src/fetcher/state/command.rs index 8fa8aeae..ef289aca 100644 --- a/crates/radicle-protocol/src/fetcher/state/command.rs +++ b/crates/radicle-protocol/src/fetcher/state/command.rs @@ -68,7 +68,7 @@ pub struct Fetch { pub struct Fetched { /// The node from which the repository was fetched from. pub from: NodeId, - /// The repository that was fetch. + /// The repository that was fetched. pub rid: RepoId, }