From 0e503cae75cb1a6aa257228a65941b7630ff35d6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 12 Mar 2018 11:01:27 +0100 Subject: 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 --- src/sysutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sysutils.c') 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) -- cgit v1.2.3