public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH proxmox-ve-rs] config: fix some typos
@ 2024-12-17 11:36 Christoph Heiss
  2024-12-17 13:39 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Heiss @ 2024-12-17 11:36 UTC (permalink / raw)
  To: pve-devel

Some typos snuck in the package description and rustdoc, fix them up.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 proxmox-ve-config/debian/control              | 2 +-
 proxmox-ve-config/src/firewall/types/alias.rs | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/proxmox-ve-config/debian/control b/proxmox-ve-config/debian/control
index f5a9993..24814c1 100644
--- a/proxmox-ve-config/debian/control
+++ b/proxmox-ve-config/debian/control
@@ -43,4 +43,4 @@ Depends:
  librust-serde-with+default-dev,
  libstd-rust-dev,
 Description: Library for reading and writing the configuration files of Proxmox
- Virtual Enviroment.
+ Virtual Environment.
diff --git a/proxmox-ve-config/src/firewall/types/alias.rs b/proxmox-ve-config/src/firewall/types/alias.rs
index 7d56720..7bc2fb8 100644
--- a/proxmox-ve-config/src/firewall/types/alias.rs
+++ b/proxmox-ve-config/src/firewall/types/alias.rs
@@ -67,7 +67,7 @@ impl AliasName {
     /// Creates a new [`AliasName`].
     ///
     /// It will convert any ASCII characters contained in the name into lowercase. This is for
-    /// maintaining backwards-compatiblity with pve-firewall, where all aliases are lowercased when
+    /// maintaining backwards-compatibility with pve-firewall, where all aliases are lowercased when
     /// reading from the config.
     pub fn new(scope: AliasScope, name: impl Into<String>) -> Self {
         let mut lowercase_name = name.into();
@@ -105,7 +105,7 @@ impl Alias {
     /// Creates a new [`Alias`].
     ///
     /// It will convert any ASCII characters contained in the name into lowercase. This is for
-    /// maintaining backwards-compatiblity with pve-firewall, where all aliases are lowercased when
+    /// maintaining backwards-compatibility with pve-firewall, where all aliases are lowercased when
     /// reading from the config.
     pub fn new(
         name: impl Into<String>,
-- 
2.47.0



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


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

end of thread, other threads:[~2024-12-17 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-17 11:36 [pve-devel] [PATCH proxmox-ve-rs] config: fix some typos Christoph Heiss
2024-12-17 13:39 ` [pve-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