aboutsummaryrefslogtreecommitdiffstats
path: root/src/stringutils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stringutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stringutils.c b/src/stringutils.c
index d92398d..0be8769 100644
--- a/src/stringutils.c
+++ b/src/stringutils.c
@@ -48,7 +48,7 @@ _gpgrt_vfnameconcat (int want_abs, const char *first_part, va_list arg_ptr)
char *home_buffer = NULL;
char *name, *home, *p;
- /* Put all args into an array becuase we need to scan them twice. */
+ /* Put all args into an array because we need to scan them twice. */
n = strlen (first_part) + 1;
argc = 0;
while ((argv[argc] = va_arg (arg_ptr, const char *)))