From 2e8532c6af5a144c891d6f72743bd9873941acde Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 15 Jan 2023 20:10:41 +0100 Subject: README.md: fix typo --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29e0783..4604045 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ codespell: - apt-get update - apt-get dist-upgrade --yes - apt-get --no-install-recommends --yes install codespell - - codespell bin/* share/*.sh tests/*.sh + - codespell bin/* share/*.sh tests/*.sh README.md release_test: parallel: diff --git a/README.md b/README.md index 6f042d7..d7719af 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The other aspect is restricting to Debian-based systems. This allows for a lot of simplification of the problem space. While most similar tools require root privileges at some point, this one works -with either fakeroot or a subuid allocation for user namepsaces, which is often +with either fakeroot or a subuid allocation for user namespaces, which is often available. The implementation is so short that it still is feasible to read and understand -- cgit v1.2.3