summaryrefslogtreecommitdiff
path: root/cmdline/apt-key
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-05-05 18:18:24 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-05-05 18:18:24 +0200
commit5cc35469456476bb5f7d64fe4db6c7670c2ced1f (patch)
tree6d1182b55dfb436de3de4da636c2c74a8e919e3d /cmdline/apt-key
parentf0389b4925d23cb1e89419a8db588935d9e9dbfe (diff)
parentfbf91977188a7b47edad7e632e9d53dbb29d3d2b (diff)
* added debian/README.source
Diffstat (limited to 'cmdline/apt-key')
-rwxr-xr-xcmdline/apt-key2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-key b/cmdline/apt-key
index bf1a5fefb..3f886987e 100755
--- a/cmdline/apt-key
+++ b/cmdline/apt-key
@@ -86,7 +86,7 @@ update() {
# add new keys from the package;
# we do not use add_keys_with_verify_against_master_keyring here,
- # because we "update" is run on regular package updates. A
+ # because "update" is run on regular package updates. A
# attacker might as well replace the master-archive-keyring file
# in the package and add his own keys. so this check wouldn't
# add any security. we *need* this check on net-update though