Fix typos

Signed-off-by: Jan Bruckner <jan@janbruckner.de>
This commit is contained in:
Jan Bruckner 2023-02-06 12:54:53 +01:00
parent 94c9c96c94
commit 1aabe5c4d7
2 changed files with 3 additions and 3 deletions

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