public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] banner: fix typo
@ 2025-09-12  6:58 Dominik Csapak
  2025-09-12  8:32 ` [pdm-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-09-12  6:58 UTC (permalink / raw)
  To: pdm-devel

s/does not resolves/does not resolve/

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 server/src/bin/proxmox-datacenter-manager-banner.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/bin/proxmox-datacenter-manager-banner.rs b/server/src/bin/proxmox-datacenter-manager-banner.rs
index 3aa68ace..be017a2b 100644
--- a/server/src/bin/proxmox-datacenter-manager-banner.rs
+++ b/server/src/bin/proxmox-datacenter-manager-banner.rs
@@ -50,7 +50,7 @@ configure this server - connect to:
             if !saddrs.is_empty() {
                 saddrs.join("\n")
             } else {
-                format!("hostname '{nodename}' does not resolves to any non-loopback address",)
+                format!("hostname '{nodename}' does not resolve to any non-loopback address",)
             }
         }
         Err(e) => format!("could not resolve hostname '{nodename}': {e}"),
-- 
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-12  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-12  6:58 [pdm-devel] [PATCH datacenter-manager] banner: fix typo Dominik Csapak
2025-09-12  8:32 ` [pdm-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal