diff options
author | Werner Koch <[email protected]> | 2018-03-12 10:01:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-12 10:01:27 +0000 |
commit | 0e503cae75cb1a6aa257228a65941b7630ff35d6 (patch) | |
tree | 92b7ad428f34844e9c036e22e845c7d027112df5 /src/sysutils.c | |
parent | syscfg: Add a riscv64 architecture. (diff) | |
download | libgpg-error-0e503cae75cb1a6aa257228a65941b7630ff35d6.tar.gz libgpg-error-0e503cae75cb1a6aa257228a65941b7630ff35d6.zip |
core: Do not export the process API
--
We may need to change the API and thus we better wait before
publishing this new interface.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/sysutils.c')
-rw-r--r-- | src/sysutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysutils.c b/src/sysutils.c index 1f2c293..c3aaf42 100644 --- a/src/sysutils.c +++ b/src/sysutils.c @@ -50,7 +50,7 @@ _gpgrt_fd_valid_p (int fd) /* Our variant of getenv. The returned string must be freed. If the - * environment variable does not exists NULL is retruned and ERRNO set + * environment variable does not exists NULL is returned and ERRNO set * to 0. */ char * _gpgrt_getenv (const char *name) |