Package: pinentry-doc Version: 0.8.1-1 Severity: minor Tags: patch
The attached patch fixes some typos. -- Jakub Wilk
diff --git a/doc/pinentry.texi b/doc/pinentry.texi --- a/doc/pinentry.texi +++ b/doc/pinentry.texi @@ -279,7 +279,7 @@ @end example -In case tree buttons are required, use the follwing command to set the +In case tree buttons are required, use the following command to set the text (UTF-8) for the non-affirmative response button. The affirmative button text is still set using SETOK and the CANCEL button text with SETCANCEL. See SETPROMPT on how to use an keyboard accelerator. @@ -302,9 +302,9 @@ @item Enable a passphrase quality indicator Adds a quality indicator to the GETPIN window. This indicator is updated as the passphrase is typed. The clients needs to implement an -inquiry named "QUALITY" which gets passed the current passpharse +inquiry named "QUALITY" which gets passed the current passphrase (percent-plus escaped) and should send back a string with a single -numerical vauelue between -100 and 100. Negative values will be +numerical value between -100 and 100. Negative values will be displayed in red. @example C: SETQUALITYBAR @@ -354,7 +354,7 @@ C: MESSAGE S: OK @end example -alternativly you may add an option to confirm: +alternatively you may add an option to confirm: @example C: CONFIRM --one-button S: OK @@ -383,7 +383,7 @@ defines the character set to use for this terminal. @item Set the default strings -To avoid having transaltions in Pinentry proper, the caller may set +To avoid having translations in Pinentry proper, the caller may set certain translated strings which are used by Pinentry as default strings.

