summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_getenv.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_getenv.3')
-rw-r--r--docs/libcurl/curl_getenv.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_getenv.3 b/docs/libcurl/curl_getenv.3
index d488e3f55..d024a6009 100644
--- a/docs/libcurl/curl_getenv.3
+++ b/docs/libcurl/curl_getenv.3
@@ -38,7 +38,7 @@ This function will be removed from the public libcurl API in a near future. It
will instead be made "available" by source code access only, and then as
curlx_getenv().
.SH RETURN VALUE
-A pointer to a zero terminated string or NULL if it failed to find the
+A pointer to a null-terminated string or NULL if it failed to find the
specified name.
.SH NOTE
Under unix operating systems, there isn't any point in returning an allocated