all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH ha-manager] fix typos on user-facing strings
Date: Mon, 22 Dec 2025 10:23:33 +0100	[thread overview]
Message-ID: <20251222092342.184204-1-m.sandoval@proxmox.com> (raw)

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 src/PVE/API2/HA/Resources.pm         | 2 +-
 src/PVE/HA/Resources.pm              | 2 +-
 src/PVE/HA/Rules.pm                  | 8 ++++----
 src/PVE/HA/Rules/ResourceAffinity.pm | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/PVE/API2/HA/Resources.pm b/src/PVE/API2/HA/Resources.pm
index b95c0e1..791cd94 100644
--- a/src/PVE/API2/HA/Resources.pm
+++ b/src/PVE/API2/HA/Resources.pm
@@ -151,7 +151,7 @@ __PACKAGE__->register_method({
             },
             max_relocate => {
                 description => "Maximal number of service relocate tries when a"
-                    . " service failes to start.",
+                    . " service fails to start.",
                 type => 'integer',
                 optional => 1,
             },
diff --git a/src/PVE/HA/Resources.pm b/src/PVE/HA/Resources.pm
index b6d4a73..68d9d16 100644
--- a/src/PVE/HA/Resources.pm
+++ b/src/PVE/HA/Resources.pm
@@ -81,7 +81,7 @@ EODESC
         },
         max_relocate => {
             description => "Maximal number of service relocate tries when a"
-                . " service failes to start.",
+                . " service fails to start.",
             type => 'integer',
             optional => 1,
             default => 1,
diff --git a/src/PVE/HA/Rules.pm b/src/PVE/HA/Rules.pm
index c4a2cce..b7a15aa 100644
--- a/src/PVE/HA/Rules.pm
+++ b/src/PVE/HA/Rules.pm
@@ -181,7 +181,7 @@ B<OPTIONAL:> Can be implemented in a I<rule plugin>.
 Called during base plugin's C<decode_value(...)> in order to extend the
 deserialization for plugin-specific values which need it (e.g. lists).
 
-If it is not overrridden by the I<rule plugin>, then it does nothing to
+If it is not overridden by the I<rule plugin>, then it does nothing to
 C<$value> by default.
 
 =cut
@@ -222,7 +222,7 @@ B<OPTIONAL:> Can be implemented in a I<rule plugin>.
 Called during base plugin's C<encode_value(...)> in order to extend the
 serialization for plugin-specific values which need it (e.g. lists).
 
-If it is not overrridden by the I<rule plugin>, then it does nothing to
+If it is not overridden by the I<rule plugin>, then it does nothing to
 C<$value> by default.
 
 =cut
@@ -388,7 +388,7 @@ sub get_check_arguments {
 
 Checks whether the given C<$rules> are feasible by running all checks, which
 were registered with C<L<< register_check()|/$class->register_check(...) >>>,
-and returns a hash map of errorneous rules.
+and returns a hash map of erroneous rules.
 
 C<$nodes> is a list of the configured cluster nodes.
 
@@ -749,7 +749,7 @@ of lists, each consisting of the rule type and resource id, where the resources
 in the negative resource affinity rule are restricted to less nodes than needed
 to keep them separate by their node affinity rules.
 
-That is, the negative resource affinity rule cannot be fullfilled as there are
+That is, the negative resource affinity rule cannot be fulfilled as there are
 not enough nodes to spread the resources on.
 
 If there are none, the returned list is empty.
diff --git a/src/PVE/HA/Rules/ResourceAffinity.pm b/src/PVE/HA/Rules/ResourceAffinity.pm
index 7cfbb32..bd9a134 100644
--- a/src/PVE/HA/Rules/ResourceAffinity.pm
+++ b/src/PVE/HA/Rules/ResourceAffinity.pm
@@ -180,7 +180,7 @@ C<$negative_rules>, which do have more resources defined than available accordin
 to the node list C<$nodes>, i.e., there are not enough nodes to separate the
 resources on, even if all nodes are available.
 
-If there are none, the returned list ist empty.
+If there are none, the returned list is empty.
 
 =cut
 
@@ -437,7 +437,7 @@ __PACKAGE__->register_transform(sub {
 
 Returns a list of two hash sets, where the first hash set contains the
 resources, which C<$sid> is positively affinitive to, and the second hash
-contains the resources, which C<$sid> is negatively affinitive to, acording to
+contains the resources, which C<$sid> is negatively affinitive to, according to
 the resource's resource affinity in C<$resource_affinity>.
 
 Note that a resource C<$sid> becomes part of any negative affinity relation
-- 
2.47.3



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


                 reply	other threads:[~2025-12-22  9:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20251222092342.184204-1-m.sandoval@proxmox.com \
    --to=m.sandoval@proxmox.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal