diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 21:24:32 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-12 11:15:36 +0100 |
commit | ea120902dfe146cd7f04a289da9fa05a9e06e44c (patch) | |
tree | e9efe02f2d545a5882a5291f07b4851cf7cd9120 /tests | |
parent | 765a8c2f7cac073b3b70277160639f8df3acb8ef (diff) |
typofix, spelling
Diffstat (limited to 'tests')
-rw-r--r-- | tests/preauth-plaintext/t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/preauth-plaintext/t b/tests/preauth-plaintext/t index 427d57b..bc287dd 100644 --- a/tests/preauth-plaintext/t +++ b/tests/preauth-plaintext/t @@ -10,7 +10,7 @@ grep -Fx 'remote: ERROR: PREAUTH greeting on plaintext connection? MiTM in actio ! grep '^remote: C: ' <"$STDERR" || error "wrote command in MiTM'ed PREAUTH connection!" -# Ignore the warning when STARTTLS is explicitely disabled +# Ignore the warning when STARTTLS is explicitly disabled echo "STARTTLS = NO" >>"$XDG_CONFIG_HOME/interimap/config" interimap --debug || true |