commit 2f4dd2c2551a389a9e13498a806657a921679554 from: Thomas Adam date: Mon Sep 27 06:46:24 2021 UTC portability: fix typos Fix some typos. From Christian "naddy" Weisgerber commit - 3dc1dc04a5ecf97ba3ce3f8c103c73bcfe00e31e commit + 2f4dd2c2551a389a9e13498a806657a921679554 blob - c7cd78d7e888f4bd92c8215d93f2bf8ac590f79d blob + cd81580376ffae0cd27ef67ab5dad9b62bbfd2de --- .github/README.md +++ .github/README.md @@ -54,7 +54,7 @@ BRANCHES + SUBMITTING PATCHES `got-portable` has two key branches: * `main` which tracks got upstream untainted. -* `linux` which provices the portable version of GoT based from code on `main` +* `linux` which provides the portable version of GoT based from code on `main` Patches for portable code fixes should be based from the `linux` branch and sent to the mailing list for review [2] or sent to me directly (see CONTACT). blob - 3ffae567b248e69d7d7833c35f9587c3cf76470a blob + 77545d9856df477c5ddeae71dfd87b886ca169ac --- README.portable +++ README.portable @@ -51,7 +51,7 @@ BRANCHES + SUBMITTING PATCHES `got-portable` has two key branches: * `main` which tracks got upstream untainted. -* `linux` which provices the portable version of GoT based from code on `main` +* `linux` which provides the portable version of GoT based from code on `main` Patches for portable code fixes should be based from the `linux` branch and sent to the mailing list for review [2] or sent to me directly (see CONTACT). blob - 785467871ee34cbb0f2a4792c0ea48ebafe2da68 blob + af198ec9988098a35e267d1372afaf35b2c0c9aa --- autogen.sh +++ autogen.sh @@ -2,7 +2,7 @@ die() { - echo "$@" >&2 + echo "$1" >&2 exit $2 }