summaryrefslogtreecommitdiff
path: root/doc/misc/pgg.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-17 01:09:20 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-17 01:09:20 -0800
commit4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch)
tree04a24b4e53c431ec3deb9281a0454ede7ace7337 /doc/misc/pgg.texi
parentb6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff)
downloademacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz
Spelling fixes.
Diffstat (limited to 'doc/misc/pgg.texi')
-rw-r--r--doc/misc/pgg.texi26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi
index 9cb7a637a05..0de12577b2d 100644
--- a/doc/misc/pgg.texi
+++ b/doc/misc/pgg.texi
@@ -57,18 +57,18 @@ and various tools for secure communication. PGG also provides a simple
user interface to encrypt, decrypt, sign, and verify MIME messages.
@ifnottex
-@insertcopying
+@insertcopying
@end ifnottex
@menu
* Overview:: What PGG is.
* Prerequisites:: Complicated stuff you may have to do.
* How to use:: Getting started quickly.
-* Architecture::
-* Parsing OpenPGP packets::
+* Architecture::
+* Parsing OpenPGP packets::
* GNU Free Documentation License:: The license for this documentation.
-* Function Index::
-* Variable Index::
+* Function Index::
+* Variable Index::
@end menu
@node Overview
@@ -137,10 +137,10 @@ list autoload setting for desired functions as follows.
@end lisp
@menu
-* User Commands::
-* Selecting an implementation::
-* Caching passphrase::
-* Default user identity::
+* User Commands::
+* Selecting an implementation::
+* Caching passphrase::
+* Default user identity::
@end menu
@node User Commands
@@ -358,13 +358,13 @@ singleton object wrapped with the luna object system.
Since PGG was designed for accessing and developing PGP functionality,
the architecture had to be designed not just for interoperability but
-also for extensiblity. In this chapter we explore the architecture
+also for extensibility. In this chapter we explore the architecture
while finding out how to write the PGG back end.
@menu
-* Initializing::
-* Back end methods::
-* Getting output::
+* Initializing::
+* Back end methods::
+* Getting output::
@end menu
@node Initializing