]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Words hard
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 19 May 2024 17:14:48 +0000 (11:14 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 19 May 2024 17:14:48 +0000 (11:14 -0600)
src/modules/rlm_rest/rlm_rest.c

index 956bcf67f7860f65d79ccc8e8842b7c950e296cd..0c26ea850791c4aa389feb8501902d048153cf82 100644 (file)
@@ -1213,7 +1213,7 @@ static int _rest_request_cleanup(fr_curl_io_request_t *randle, UNUSED void *uctx
                /*
                 *  With curl 7.61 when a request in cancelled we get a result
                 *  with a NULL (invalid) pointer to private data.  This lets
-                *  us know that it was request returned to the slab.
+                *  us know that the request was returned to the slab.
                 */
                ret = curl_easy_setopt(candle, CURLOPT_PRIVATE, (void *)0xdeadc341);
                if (unlikely(ret != CURLE_OK)) {