[pbs-devel] [PATCH backup stable-2 1/3] pbs2to3: fix typo s/neighter/neither/
Christian Ebner
c.ebner at proxmox.com
Thu Jun 29 09:10:29 CEST 2023
Oops, good catch! :D
Cheers,
Chris
> On 29.06.2023 08:59 CEST Lukas Wagner <l.wagner at proxmox.com> wrote:
>
>
> On 6/28/23 17:40, Christian Ebner wrote:
> > Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
> > ---
> > src/bin/pbs2to3.rs | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/src/bin/pbs2to3.rs b/src/bin/pbs2to3.rs
> > index a3aa2816..168c9f00 100644
> > --- a/src/bin/pbs2to3.rs
> > +++ b/src/bin/pbs2to3.rs
> > @@ -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}', neihter old '{OLD_SUITE}' nor new \
> s/neihter/neither/ ? :D
> > '{NEW_SUITE}'..\n Affected file {location}\n Please \
> > assure this is shipping compatible packages for the upgrade!"
> > ))?;
>
> --
> - Lukas
More information about the pbs-devel
mailing list