Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Jan 15, 2025
1 parent 04a6f61 commit 0db652e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDs3comms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ H5FD__s3comms_parse_url(const char *url)
if (CURLUE_OK != curl_url_set(curlurl, CURLUPART_URL, url, 0))
HGOTO_ERROR(H5E_VFL, H5E_CANTCREATE, NULL, "unable to parse url");

/* Allocate memory for the retrned parsed URL */
/* Allocate memory for the parsed URL to return */
if (NULL == (purl = (parsed_url_t *)H5MM_calloc(sizeof(parsed_url_t))))
HGOTO_ERROR(H5E_VFL, H5E_CANTALLOC, NULL, "can't allocate space for parsed_url_t");

Expand Down

0 comments on commit 0db652e

Please sign in to comment.