Re: [ptxdist] [PATCH 2/2] doc: Fix a typo

2021-06-11 Thread Michael Olbrich
On Tue, Jun 08, 2021 at 06:45:41PM +0200, Alexander Dahl wrote:
> Hello Roland,
> 
> Am Tue, Jun 08, 2021 at 06:27:36PM +0200 schrieb Roland Hieber:
> > On Tue, Jun 08, 2021 at 08:50:50AM +0200, Alexander Dahl wrote:
> > > Found with `codespell -i 3 -w doc/*.rst`
> > > 
> > > Signed-off-by: Alexander Dahl 
> > > ---
> > >  doc/dev_add_new_pkgs.rst | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
> > > index 4ae2765c2..0dbc7a266 100644
> > > --- a/doc/dev_add_new_pkgs.rst
> > > +++ b/doc/dev_add_new_pkgs.rst
> > > @@ -960,7 +960,7 @@ In our example there is a hidden dependency to the 
> > > math library
> > >  ``libm``. Our new package was built successfully, because the linker was
> > >  able to link our binaries against the ``libm`` from the toolchain. But
> > >  in this case the ``libm`` must also be available in the target’s root
> > > -filesystem to fulfil the run-time dependency: We have to force PTXdist to
> > > +filesystem to fulfill the run-time dependency: We have to force PTXdist 
> > > to
> > 
> > Hmm, all dictionaries that I asked knew both variants, the one with two
> > L is American spelling, the othe rone British.
> 
> My assumption was, American English as in en_US is default for FOSS.
> But I have nothing to backup that claim, just based on guts.  And
> codespell obviously thinks the same?

I don't really care what spelling is correct. But I think it would be
valuable to run codespell and not get any changes. Maybe something for my
build tests. So I'll apply both patches without changes.

Michael

> > >  install ``libm``. ``libm`` is part of the *glibc* package, but is not
> > >  installed by default (to keep the root filesystem small). So, it **does
> > >  not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.
> > > -- 
> > > 2.20.1
> > > 
> > > 
> > > ___
> > > ptxdist mailing list
> > > ptxdist@pengutronix.de
> > > To unsubscribe, send a mail with subject "unsubscribe" to 
> > > ptxdist-requ...@pengutronix.de
> > 
> > -- 
> > Roland Hieber, Pengutronix e.K.  | r.hie...@pengutronix.de |
> > Steuerwalder Str. 21 | https://www.pengutronix.de/ |
> > 31137 Hildesheim, Germany| Phone: +49-5121-206917-0|
> > Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917- |
> > 
> > ___
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> > To unsubscribe, send a mail with subject "unsubscribe" to 
> > ptxdist-requ...@pengutronix.de
> 
> ___
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to 
> ptxdist-requ...@pengutronix.de

-- 
Pengutronix e.K.   | |
Steuerwalder Str. 21   | http://www.pengutronix.de/  |
31137 Hildesheim, Germany  | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

___
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de


Re: [ptxdist] [PATCH 2/2] doc: Fix a typo

2021-06-08 Thread Alexander Dahl
Hello Roland,

Am Tue, Jun 08, 2021 at 06:27:36PM +0200 schrieb Roland Hieber:
> On Tue, Jun 08, 2021 at 08:50:50AM +0200, Alexander Dahl wrote:
> > Found with `codespell -i 3 -w doc/*.rst`
> > 
> > Signed-off-by: Alexander Dahl 
> > ---
> >  doc/dev_add_new_pkgs.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
> > index 4ae2765c2..0dbc7a266 100644
> > --- a/doc/dev_add_new_pkgs.rst
> > +++ b/doc/dev_add_new_pkgs.rst
> > @@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math 
> > library
> >  ``libm``. Our new package was built successfully, because the linker was
> >  able to link our binaries against the ``libm`` from the toolchain. But
> >  in this case the ``libm`` must also be available in the target’s root
> > -filesystem to fulfil the run-time dependency: We have to force PTXdist to
> > +filesystem to fulfill the run-time dependency: We have to force PTXdist to
> 
> Hmm, all dictionaries that I asked knew both variants, the one with two
> L is American spelling, the othe rone British.

My assumption was, American English as in en_US is default for FOSS.
But I have nothing to backup that claim, just based on guts.  And
codespell obviously thinks the same?

Greets
Alex

> 
>  - Roland
> 
> >  install ``libm``. ``libm`` is part of the *glibc* package, but is not
> >  installed by default (to keep the root filesystem small). So, it **does
> >  not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.
> > -- 
> > 2.20.1
> > 
> > 
> > ___
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> > To unsubscribe, send a mail with subject "unsubscribe" to 
> > ptxdist-requ...@pengutronix.de
> 
> -- 
> Roland Hieber, Pengutronix e.K.  | r.hie...@pengutronix.de |
> Steuerwalder Str. 21 | https://www.pengutronix.de/ |
> 31137 Hildesheim, Germany| Phone: +49-5121-206917-0|
> Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917- |
> 
> ___
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to 
> ptxdist-requ...@pengutronix.de

___
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de


Re: [ptxdist] [PATCH 2/2] doc: Fix a typo

2021-06-08 Thread Roland Hieber
On Tue, Jun 08, 2021 at 08:50:50AM +0200, Alexander Dahl wrote:
> Found with `codespell -i 3 -w doc/*.rst`
> 
> Signed-off-by: Alexander Dahl 
> ---
>  doc/dev_add_new_pkgs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
> index 4ae2765c2..0dbc7a266 100644
> --- a/doc/dev_add_new_pkgs.rst
> +++ b/doc/dev_add_new_pkgs.rst
> @@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math 
> library
>  ``libm``. Our new package was built successfully, because the linker was
>  able to link our binaries against the ``libm`` from the toolchain. But
>  in this case the ``libm`` must also be available in the target’s root
> -filesystem to fulfil the run-time dependency: We have to force PTXdist to
> +filesystem to fulfill the run-time dependency: We have to force PTXdist to

Hmm, all dictionaries that I asked knew both variants, the one with two
L is American spelling, the othe rone British.

 - Roland

>  install ``libm``. ``libm`` is part of the *glibc* package, but is not
>  installed by default (to keep the root filesystem small). So, it **does
>  not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.
> -- 
> 2.20.1
> 
> 
> ___
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to 
> ptxdist-requ...@pengutronix.de

-- 
Roland Hieber, Pengutronix e.K.  | r.hie...@pengutronix.de |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany| Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917- |

___
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de