]> git.proxmox.com Git - proxmox-backup.git/commitdiff
pbs2to3: fix typo s/neighter/neither/
authorChristian Ebner <c.ebner@proxmox.com>
Wed, 28 Jun 2023 16:00:59 +0000 (18:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Jun 2023 12:09:39 +0000 (14:09 +0200)
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/bin/pbs2to3.rs

index a3aa2816e5875d4f898e66e8d0a43f916031ea7e..2382144eda7da18339e91133e88862b7bbfa96f0 100644 (file)
@@ -296,7 +296,7 @@ impl Checker {
                 if suite != OLD_SUITE && suite != NEW_SUITE {
                     let location = repo_file.path.clone().unwrap_or_default();
                     self.output.log_notice(format!(
-                        "found unusual suite '{suite}', neighter old '{OLD_SUITE}' nor new \
+                        "found unusual suite '{suite}', neither old '{OLD_SUITE}' nor new \
                             '{NEW_SUITE}'..\n        Affected file {location}\n        Please \
                             assure this is shipping compatible packages for the upgrade!"
                     ))?;