From: Andrew Jarvis <andrew.jarvis@geant.org>
To: pve-devel@lists.proxmox.com
Cc: Andrew Jarvis <andrew.jarvis@geant.org>
Subject: [PATCH proxmox-datacenter-managet 1/1] Fix typo
Date: Mon, 23 Mar 2026 14:24:31 +0000 [thread overview]
Message-ID: <20260323142506.47646-2-andrew.jarvis@geant.org> (raw)
In-Reply-To: <20260323142506.47646-1-andrew.jarvis@geant.org>
Signed-off-by: Andrew Jarvis <andrew.jarvis@geant.org>
---
server/src/auth/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/auth/mod.rs b/server/src/auth/mod.rs
index 312ed72..cd2e675 100644
--- a/server/src/auth/mod.rs
+++ b/server/src/auth/mod.rs
@@ -198,7 +198,7 @@ pub(crate) fn lookup_authenticator(
} else if domains.lookup::<OpenIdRealmConfig>("openid", realm).is_ok() {
Ok(Box::new(OpenIdAuthenticator()))
} else {
- bail!("unknwon realm {realm}");
+ bail!("unknown realm {realm}");
}
}
}
--
2.50.1 (Apple Git-155)
prev parent reply other threads:[~2026-03-23 14:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-23 14:24 SPAM: [PATCH proxmox-datacenter-managet 0/1] Fix typo in error message Andrew Jarvis
2026-03-23 14:24 ` Andrew Jarvis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260323142506.47646-2-andrew.jarvis@geant.org \
--to=andrew.jarvis@geant.org \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox