minor coding style/spelling fixes

This commit is contained in:
Simon Goldschmidt
2023-09-22 09:54:36 +02:00
parent b92faffaaa
commit 3eeda139bc
2 changed files with 4 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ Archive the current directory using tar, gzip'd, bzip2'd and zip'd.
tar cjvf lwip-1.4.1.tar.bz2 lwip-1.4.1
zip -r lwip-1.4.1.zip lwip-1.4.1
Alterntively, archive the current directory using git
Alternatively, archive the current directory using git
git archive -o lwip-1.4.1.tar.gz --prefix lwip-1.4.1/ STABLE-1_4_1
Now, sign the archives with a detached GPG binary signature as follows: