Message ID | 1509643807-29473-1-git-send-email-ayoub.zaki@embexus.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-swupdate] typo fixes | expand |
On 02/11/2017 18:30, Ayoub Zaki wrote: > Signed-off-by: Ayoub Zaki <ayoub.zaki@embexus.com> > --- > README | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/README b/README > index 793b38b..df669f4 100644 > --- a/README > +++ b/README > @@ -21,7 +21,7 @@ image filename) are replaced with the sha256 hash of the image. > SWU image signing > ------------ > > -There are 3 signing mechanism supported by meta-swupdate at the moment: > +There are 3 signing mechanisms supported by meta-swupdate at the moment: > > 1. RSA signing: > > @@ -67,5 +67,5 @@ When creating patches, please use something like: > > git format-patch -s --subject-prefix='meta-swupdate][PATCH' <revision range> > > -Please use 'git send- email' to send the generated patches to the ML > +Please use 'git send-email' to send the generated patches to the ML > to bypass changes from your mailer. > Applied to -master, -rocko, -pyro, thanks ! Best regards, Stefano Babic
diff --git a/README b/README index 793b38b..df669f4 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ image filename) are replaced with the sha256 hash of the image. SWU image signing ------------ -There are 3 signing mechanism supported by meta-swupdate at the moment: +There are 3 signing mechanisms supported by meta-swupdate at the moment: 1. RSA signing: @@ -67,5 +67,5 @@ When creating patches, please use something like: git format-patch -s --subject-prefix='meta-swupdate][PATCH' <revision range> -Please use 'git send- email' to send the generated patches to the ML +Please use 'git send-email' to send the generated patches to the ML to bypass changes from your mailer.
Signed-off-by: Ayoub Zaki <ayoub.zaki@embexus.com> --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)