aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2014-06-05 01:14:36 -0700
committerPaul Eggert2014-06-05 01:14:36 -0700
commit136c315e0be851b679a0ae0e8011ecc768e4b039 (patch)
tree9f7bbf767266b069ec4ef0d83571a5c4044eb51a
parent879f52734ce965beee611e78e5cfa132e9cbb024 (diff)
downloademacs-136c315e0be851b679a0ae0e8011ecc768e4b039.tar.gz
emacs-136c315e0be851b679a0ae0e8011ecc768e4b039.zip
Spelling fixes.
-rw-r--r--doc/emacs/package.texi4
-rw-r--r--doc/lispref/package.texi4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index 9b7f541ac51..90bdafe456a 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -173,7 +173,7 @@ and use only third parties that you think you can trust!
173@cindex package signing 173@cindex package signing
174 The maintainers of package archives can increase the trust that you 174 The maintainers of package archives can increase the trust that you
175can have in their packages by @dfn{signing} them. They generate a 175can have in their packages by @dfn{signing} them. They generate a
176private/public pair of crytopgraphic keys, and use the private key to 176private/public pair of cryptographic keys, and use the private key to
177create a @dfn{signature file} for each package. With the public key, you 177create a @dfn{signature file} for each package. With the public key, you
178can use the signature files to verify who created the package, and 178can use the signature files to verify who created the package, and
179that it has not been modified. A valid signature is not a cast-iron 179that it has not been modified. A valid signature is not a cast-iron
@@ -198,7 +198,7 @@ option has the value @code{allow-unsigned}, you can still install a
198package that is not signed. If you use some archives that do not sign 198package that is not signed. If you use some archives that do not sign
199their packages, you can add them to the list @code{package-unsigned-archives}. 199their packages, you can add them to the list @code{package-unsigned-archives}.
200 200
201 For more information on crytopgraphic keys and signing, 201 For more information on cryptographic keys and signing,
202@pxref{Top,, Top, gnupg, The GNU Privacy Guard Manual}. 202@pxref{Top,, Top, gnupg, The GNU Privacy Guard Manual}.
203Emacs comes with an interface to GNU Privacy Guard, 203Emacs comes with an interface to GNU Privacy Guard,
204@pxref{Top,, EasyPG, epa, Emacs EasyPG Assistant Manual}. 204@pxref{Top,, EasyPG, epa, Emacs EasyPG Assistant Manual}.
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi
index cac7519671a..c92497a8ce3 100644
--- a/doc/lispref/package.texi
+++ b/doc/lispref/package.texi
@@ -353,7 +353,7 @@ for packages.) So you should ensure that your archive is
353well-maintained and keep the hosting system secure. 353well-maintained and keep the hosting system secure.
354 354
355 One way to increase the security of your packages is to @dfn{sign} 355 One way to increase the security of your packages is to @dfn{sign}
356them using a crytopgraphic key. If you have generated a 356them using a cryptographic key. If you have generated a
357private/public gpg key pair, you can use gpg to sign the package like 357private/public gpg key pair, you can use gpg to sign the package like
358this: 358this:
359 359
@@ -373,7 +373,7 @@ When people install packages from your archive, they can use
373your public key to verify the signatures. 373your public key to verify the signatures.
374 374
375A full explanation of these matters is outside the scope of this 375A full explanation of these matters is outside the scope of this
376manual. For more information on crytopgraphic keys and signing, 376manual. For more information on cryptographic keys and signing,
377@pxref{Top,, GnuPG, gnupg, The GNU Privacy Guard Manual}. Emacs comes 377@pxref{Top,, GnuPG, gnupg, The GNU Privacy Guard Manual}. Emacs comes
378with an interface to GNU Privacy Guard, @pxref{Top,, EasyPG, epa, 378with an interface to GNU Privacy Guard, @pxref{Top,, EasyPG, epa,
379Emacs EasyPG Assistant Manual}. 379Emacs EasyPG Assistant Manual}.