From: Arran Cudbard-Bell Date: Sun, 19 May 2024 17:14:48 +0000 (-0600) Subject: Words hard X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9949ca99e9f52670749e75b6c112fa57b0bd1be1;p=thirdparty%2Ffreeradius-server.git Words hard --- diff --git a/src/modules/rlm_rest/rlm_rest.c b/src/modules/rlm_rest/rlm_rest.c index 956bcf67f78..0c26ea85079 100644 --- a/src/modules/rlm_rest/rlm_rest.c +++ b/src/modules/rlm_rest/rlm_rest.c @@ -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)) {