diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 8e22dde..94dc105 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1084,7 +1084,7 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line, /* * Spawn functions (Not yet available) */ -/* Internal flag to ihnerit file descriptor/handle */ +/* Internal flag to inherit file descriptor/handle */ #define GPGRT_SPAWN_INHERIT_FILE 1 #define GPGRT_SPAWN_NONBLOCK 16 /* Set the streams to non-blocking. */ |