diff options
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 ecc6a1959..debf15784 100644 --- a/common/percent.c +++ b/common/percent.c @@ -41,7 +41,7 @@ * function returns the new string or NULL in case of a malloc * failure. * - * Note that this fucntion also escapes the quote character to work + * Note that this function also escapes the quote character to work * around a bug 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 |