Typos found by codespell

Run codespell in CI
This commit is contained in:
Dimitri Papadopoulos
2021-09-14 11:05:48 +02:00
parent 3dddcbf445
commit fcb282e3c3
13 changed files with 43 additions and 30 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# no early data, but TLS 1.3 with debian:buster (sid simlar in Feb 2019)
# no early data, but TLS 1.3 with debian:buster (sid similar in Feb 2019)
image=${1:-"debian:buster"}
docker pull "$image"