summaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-02-12 08:07:19 +0100
committerNIIBE Yutaka <gniibe@fsij.org>2021-02-12 08:07:19 +0100
commit42e637a1c3de0ced206bf3c9560e2ebe928f0498 (patch)
tree83ae98635ac386bada4614c1652cec865b99c458 /agent/call-pinentry.c
parentbuild: Update gpg-error.m4. (diff)
downloadgnupg2-42e637a1c3de0ced206bf3c9560e2ebe928f0498.tar.xz
gnupg2-42e637a1c3de0ced206bf3c9560e2ebe928f0498.zip
agent: Comment spell fix.
-- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to '')
-rw-r--r--agent/call-pinentry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c
index 60ecf29cd..5afe0f8bf 100644
--- a/agent/call-pinentry.c
+++ b/agent/call-pinentry.c
@@ -960,8 +960,8 @@ setup_genpin (ctrl_t ctrl)
hovering over the generate button. Please use an appropriate
string to describe what this is about. The length of the
tooltip is limited to about 900 characters. If you do not
- translate this entry, a default english text (see source)
- will be used. The strcmp th8ingy is tehre to dected a
+ translate this entry, a default English text (see source)
+ will be used. The strcmp thingy is there to detect a
non-translated string. */
tooltip = L_("pinentry.genpin.tooltip");
if (!strcmp ("pinentry.genpin.tooltip", tooltip))