summaryrefslogtreecommitdiffstats
path: root/common/percent.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/percent.c')
-rw-r--r--common/percent.c2
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