]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Jun 2014 08:14:36 +0000 (01:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Jun 2014 08:14:36 +0000 (01:14 -0700)
doc/emacs/package.texi
doc/lispref/package.texi

index 9b7f541ac51058ef2de85738a2c4c08bc7695154..90bdafe456a9a11d1f4143d42de3d8b1742fe13f 100644 (file)
@@ -173,7 +173,7 @@ and use only third parties that you think you can trust!
 @cindex package signing
   The maintainers of package archives can increase the trust that you
 can have in their packages by @dfn{signing} them.  They generate a
-private/public pair of crytopgraphic keys, and use the private key to
+private/public pair of cryptographic keys, and use the private key to
 create a @dfn{signature file} for each package.  With the public key, you
 can use the signature files to verify who created the package, and
 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
 package that is not signed.  If you use some archives that do not sign
 their packages, you can add them to the list @code{package-unsigned-archives}.
 
-  For more information on crytopgraphic keys and signing,
+  For more information on cryptographic keys and signing,
 @pxref{Top,, Top, gnupg, The GNU Privacy Guard Manual}.
 Emacs comes with an interface to GNU Privacy Guard,
 @pxref{Top,, EasyPG, epa, Emacs EasyPG Assistant Manual}.
index cac7519671a7c339884e85e9c2690a08e9b88916..c92497a8ce3c1950009673ef63612b2c099e0a7e 100644 (file)
@@ -353,7 +353,7 @@ for packages.)  So you should ensure that your archive is
 well-maintained and keep the hosting system secure.
 
   One way to increase the security of your packages is to @dfn{sign}
-them using a crytopgraphic key.  If you have generated a
+them using a cryptographic key.  If you have generated a
 private/public gpg key pair, you can use gpg to sign the package like
 this:
 
@@ -373,7 +373,7 @@ When people install packages from your archive, they can use
 your public key to verify the signatures.
 
 A full explanation of these matters is outside the scope of this
-manual.  For more information on crytopgraphic keys and signing,
+manual.  For more information on cryptographic keys and signing,
 @pxref{Top,, GnuPG, gnupg, The GNU Privacy Guard Manual}.  Emacs comes
 with an interface to GNU Privacy Guard, @pxref{Top,, EasyPG, epa,
 Emacs EasyPG Assistant Manual}.