diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-05-04 19:56:41 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-05-05 00:34:27 +0200 |
commit | b12bdeaf8acd050c5526ecc05526db70df5fd485 (patch) | |
tree | 583f7ed831b0267c5d6103abab5fbc4b44906003 /test/integration/framework | |
parent | 5f9c05db78926dfb063fdd0493ecc6b8e12c2e02 (diff) |
Fix various typos reported by spellcheckers
Reported-By: codespell & spellintian
Gbp-Dch: Ignore
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index 38a084302..854f2c439 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -1318,7 +1318,7 @@ rewritesourceslist() { } # wait for up to 10s for a pid file to appear to avoid possible race -# when a helper is started and dosn't write the PID quick enough +# when a helper is started and doesn't write the PID quick enough waitforpidfile() { local PIDFILE="$1" for i in $(seq 10); do |