diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-08-22 16:22:08 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-08-27 11:27:44 +0200 |
commit | 3a8776a37af38127fb04565959e8e0e449eb04a4 (patch) | |
tree | 4318130063683b1eade484b5819b1e5a21a252ee /cmdline | |
parent | 09e9113887c5f1da3d0705221bf111ead331f96b (diff) |
fix various typos reported by codespell
Reported-By: codespell
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-key.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-key.in b/cmdline/apt-key.in index 881f8a990..8c47b5359 100644 --- a/cmdline/apt-key.in +++ b/cmdline/apt-key.in @@ -240,7 +240,7 @@ import_keyring_into_keyring() { shift 2 rm -f "${GPGHOMEDIR}/gpgoutput.log" # the idea is simple: We take keys from one keyring and copy it to another - # we do this with so many checks inbetween to ensure that WE control the + # we do this with so many checks in between to ensure that WE control the # creation, so we know that the (potentially) created $TO keyring is a # simple keyring rather than a keybox as gpg2 would create it which in turn # can't be read by gpgv. |