diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-24 21:56:18 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-24 21:56:18 +0200 |
commit | 54eb375ff14e2a93cea70eab35719be4d25f51ca (patch) | |
tree | 99a6159cfc9cc26696ddd5c842095fd046cb8d6e /common/percent.c | |
parent | doc: fix spelling mistakes (diff) | |
download | gnupg2-54eb375ff14e2a93cea70eab35719be4d25f51ca.tar.xz gnupg2-54eb375ff14e2a93cea70eab35719be4d25f51ca.zip |
all: fix spelling and typos
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'common/percent.c')
-rw-r--r-- | common/percent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/percent.c b/common/percent.c index eeb026fbe..7b817684d 100644 --- a/common/percent.c +++ b/common/percent.c @@ -42,7 +42,7 @@ failure. Note that we also escape the quote character to work around a bug - in the mingw32 runtime which does not correcty handle command line + in the mingw32 runtime which does not correctly handle command line quoting. We correctly double the quote mark when calling a program (i.e. gpg-protect-tool), but the pre-main code does not notice the double quote as an escaped quote. We do this also on POSIX systems |