Merge pull request #7053 from KloolK/typos-backport

[Backport 2.28] Fix typos
This commit is contained in:
Gilles Peskine 2023-02-10 15:07:03 +01:00 committed by GitHub
commit da829035a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Abort on errors (and uninitiliased variables)
# Abort on errors (and uninitialised variables)
set -eu
if [ -d library -a -d include -a -d tests ]; then :; else