From 96e99df7db42dd1123f22513c67b841683dbce55 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 19 Mar 2025 19:32:02 +0000 Subject: [PATCH] config: Fix some misspellings Signed-off-by: Ian Jackson --- src/config.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.rs b/src/config.rs index 4ca1dc9..8765b31 100644 --- a/src/config.rs +++ b/src/config.rs @@ -615,7 +615,7 @@ struct ResolveContext<'c> { trait Parseable: Sized { fn parse(s: Option<&str>) -> Result; - /// Used for lookups with [`ResolveContest::ordinary`] etc. + /// Used for lookups with [`ResolveContext::ordinary`] etc. /// /// Fails, if this setting ought to have been specified. /// The caller will add a key name to the error. @@ -626,9 +626,9 @@ trait Parseable: Sized { /// Placeholder (infalliable) /// /// Used (sometimes) for lookups with - /// [`ResolveContest::client`], - /// [`server`](`ResolveContest::server`) and - /// [`computed`](`ResolveContest::server`). + /// [`ResolveContext::client`], + /// [`server`](`ResolveContext::server`) and + /// [`computed`](`ResolveContext::server`). /// /// Ie, when the value need not be specified because /// it may not be applicable, or could be computed. -- 2.30.2