diff options
| author | Paul Eggert | 2014-06-05 01:14:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-05 01:14:36 -0700 |
| commit | 136c315e0be851b679a0ae0e8011ecc768e4b039 (patch) | |
| tree | 9f7bbf767266b069ec4ef0d83571a5c4044eb51a | |
| parent | 879f52734ce965beee611e78e5cfa132e9cbb024 (diff) | |
| download | emacs-136c315e0be851b679a0ae0e8011ecc768e4b039.tar.gz emacs-136c315e0be851b679a0ae0e8011ecc768e4b039.zip | |
Spelling fixes.
| -rw-r--r-- | doc/emacs/package.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/package.texi | 4 |
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 |
| 175 | can have in their packages by @dfn{signing} them. They generate a | 175 | can have in their packages by @dfn{signing} them. They generate a |
| 176 | private/public pair of crytopgraphic keys, and use the private key to | 176 | private/public pair of cryptographic keys, and use the private key to |
| 177 | create a @dfn{signature file} for each package. With the public key, you | 177 | create a @dfn{signature file} for each package. With the public key, you |
| 178 | can use the signature files to verify who created the package, and | 178 | can use the signature files to verify who created the package, and |
| 179 | that it has not been modified. A valid signature is not a cast-iron | 179 | that 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 | |||
| 198 | package that is not signed. If you use some archives that do not sign | 198 | package that is not signed. If you use some archives that do not sign |
| 199 | their packages, you can add them to the list @code{package-unsigned-archives}. | 199 | their 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}. |
| 203 | Emacs comes with an interface to GNU Privacy Guard, | 203 | Emacs 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 | |||
| 353 | well-maintained and keep the hosting system secure. | 353 | well-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} |
| 356 | them using a crytopgraphic key. If you have generated a | 356 | them using a cryptographic key. If you have generated a |
| 357 | private/public gpg key pair, you can use gpg to sign the package like | 357 | private/public gpg key pair, you can use gpg to sign the package like |
| 358 | this: | 358 | this: |
| 359 | 359 | ||
| @@ -373,7 +373,7 @@ When people install packages from your archive, they can use | |||
| 373 | your public key to verify the signatures. | 373 | your public key to verify the signatures. |
| 374 | 374 | ||
| 375 | A full explanation of these matters is outside the scope of this | 375 | A full explanation of these matters is outside the scope of this |
| 376 | manual. For more information on crytopgraphic keys and signing, | 376 | manual. 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 |
| 378 | with an interface to GNU Privacy Guard, @pxref{Top,, EasyPG, epa, | 378 | with an interface to GNU Privacy Guard, @pxref{Top,, EasyPG, epa, |
| 379 | Emacs EasyPG Assistant Manual}. | 379 | Emacs EasyPG Assistant Manual}. |