diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
commit | 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 (patch) | |
tree | d53dd780b6169d9cc09d7ab91e99e28cb8e96084 /doc | |
parent | docs: python bindings (diff) | |
download | gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.tar.gz gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.zip |
spelling: fix misspellings
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog-2011 | 8 | ||||
-rw-r--r-- | doc/examples/show-group-options.c | 2 | ||||
-rw-r--r-- | doc/gpgme.texi | 16 | ||||
-rw-r--r-- | doc/uiserver.texi | 4 |
4 files changed, 15 insertions, 15 deletions
diff --git a/doc/ChangeLog-2011 b/doc/ChangeLog-2011 index e270fae8..ac934214 100644 --- a/doc/ChangeLog-2011 +++ b/doc/ChangeLog-2011 @@ -700,7 +700,7 @@ 2002-05-26 Marcus Brinkmann <[email protected]> - * gpgme.texi: Some typographical correctons throughout. + * gpgme.texi: Some typographical corrections throughout. 2002-05-09 Marcus Brinkmann <[email protected]> @@ -720,7 +720,7 @@ * gpgme.texi (Manipulating Data Buffers): Changed some data types to void*. (Protocol Selection): Added gpgme_get_protocol. - (Verify): Updated to include the new attribute fucntions and + (Verify): Updated to include the new attribute functions and status codes. 2002-04-27 Werner Koch <[email protected]> @@ -839,7 +839,7 @@ 2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.texi (Run Control): New section. - (Verify): Docuent gpgme_get_notation. + (Verify): Document gpgme_get_notation. (More Information): New section describing gpgme_get_op_info. 2002-01-22 Marcus Brinkmann <[email protected]> @@ -865,7 +865,7 @@ * gpgme.texi (Top): Complete detailmenu. - * gpgme.texi: Convert embarassing cruft to the real thing. + * gpgme.texi: Convert embarrassing cruft to the real thing. 2002-01-16 Marcus Brinkmann <[email protected]> diff --git a/doc/examples/show-group-options.c b/doc/examples/show-group-options.c index 48ca260e..3e102079 100644 --- a/doc/examples/show-group-options.c +++ b/doc/examples/show-group-options.c @@ -1,4 +1,4 @@ -/* show-group-options.c - Example code to retriev the group option. +/* show-group-options.c - Example code to retrieve the group option. Copyright (C) 2008 g10 Code GmbH This file is part of GPGME. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index fc4840ee..7d410f83 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -732,7 +732,7 @@ directory part is used as the default installation directory; the Windows. @item require-gnupg -Set the mimimum version of the required GnuPG engine. If that version +Set the minimum version of the required GnuPG engine. If that version is not met, GPGME fails early instead of trying to use the existent version. The given version must be a string with major, minor, and micro number. Example: "2.1.0". @@ -4031,7 +4031,7 @@ does only work for OpenPGP and requires at least version 2.1.13 of GnuPG. @var{userid} is commonly the mail address associated with the key. -GPGME does not require a specificy syntax but if more than a mail +GPGME does not require a specific syntax but if more than a mail address is given, RFC-822 style format is suggested. The value is expected to be in UTF-8 encoding (i.e. no IDN encoding for mail addresses). This is a required parameter. @@ -4240,7 +4240,7 @@ requires at least version 2.1.13 of GnuPG. @var{userid} is the user ID to add to the key. A user ID is commonly the mail address to be associated with the key. GPGME does not -require a specificy syntax but if more than a mail address is given, +require a specific syntax but if more than a mail address is given, RFC-822 style format is suggested. The value is expected to be in UTF-8 encoding (i.e. no IDN encoding for mail addresses). This is a required parameter. @@ -5432,7 +5432,7 @@ multiple of the following bit values: @since{1.8.0} The @code{GPGME_DECRYPT_VERIFY} symbol specifies that this function -shall exacty act as @code{gpgme_op_decrypt_verify}. +shall exactly act as @code{gpgme_op_decrypt_verify}. @item GPGME_DECRYPT_UNWRAP @since{1.8.0} @@ -5444,7 +5444,7 @@ counterpart to @code{GPGME_ENCRYPT_WRAP}. @end table -The function returns the error codes as descriped for +The function returns the error codes as described for @code{gpgme_op_decrypt} respective @code{gpgme_op_encrypt}. @end deftypefun @@ -5739,7 +5739,7 @@ The defined bits are: A policy requirement was not met. @item GPGME_SIGSUM_SYS_ERROR - A system error occured. + A system error occurred. @item GPGME_SIGSUM_TOFU_CONFLICT A TOFU conflict was detected. @@ -6897,7 +6897,7 @@ returned. Synchronous operations running in parallel, as well as key and trust item list operations, do not affect @code{gpgme_wait}. In a multi-threaded environment, only one thread should ever call -@code{gpgme_wait} at any time, irregardless if @var{ctx} is specified +@code{gpgme_wait} at any time, regardless of whether @var{ctx} is specified or not. This means that all calls to this function should be fully synchronized by locking primitives. It is safe to start asynchronous operations while a thread is running in @code{gpgme_wait}. @@ -8229,7 +8229,7 @@ The function @code{gpgme_get_sig_string_attr} is equivalent to: @end example @end deftypefun -@deftypefun {const char *} gpgme_get_sig_ulong_attr (@w{gpgme_ctx_t @var{ctx}}, @w{int @var{idx}}, @w{gpgme_attr_t @var{waht}}, @w{int @var{whatidx}}) +@deftypefun {const char *} gpgme_get_sig_ulong_attr (@w{gpgme_ctx_t @var{ctx}}, @w{int @var{idx}}, @w{gpgme_attr_t @var{what}}, @w{int @var{whatidx}}) The function @code{gpgme_get_sig_ulong_attr} is equivalent to: @example diff --git a/doc/uiserver.texi b/doc/uiserver.texi index 6938aeea..e001d120 100644 --- a/doc/uiserver.texi +++ b/doc/uiserver.texi @@ -564,7 +564,7 @@ do this it uses the Assuan command: @deffn Command START_KEYMANAGER The server shall pop up the main window of the key manager (aka certificate manager). The client expects that the key manager is brought -into the foregound and that this command immediatley returns (does not +into the foregound and that this command immediately returns (does not wait until the key manager has been fully brought up). @end deffn @@ -575,7 +575,7 @@ do this it uses the Assuan command: @deffn Command START_CONFDIALOG The server shall pop up its configuration dialog. The client expects that this dialog is brought into the foregound and that this command -immediatley returns (i.e. it does not wait until the dialog has been +immediately returns (i.e. it does not wait until the dialog has been fully brought up). @end deffn |