Skip to content

Commit 1214e1d

Browse files
committed
Typo.
1 parent c2e2fdd commit 1214e1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CoreFoundation/URL.subproj/CFURLSessionInterface.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ static CFURLSessionMultiCode MakeMultiCode(CURLMcode value) {
3333
}
3434

3535
CFStringRef CFURLSessionCreateErrorDescription(int value) {
36-
const char *desciption = curl_easy_strerror(value);
37-
return CFStringCreateWithBytes(kCFAllocatorSystemDefault, (const uint8_t *)desciption, strlen(desciption), kCFStringEncodingUTF8, NO);
36+
const char *description = curl_easy_strerror(value);
37+
return CFStringCreateWithBytes(kCFAllocatorSystemDefault,
38+
(const uint8_t *)description, strlen(description), kCFStringEncodingUTF8, NO);
3839
}
3940

4041
CFURLSessionEasyHandle _Nonnull CFURLSessionEasyHandleInit() {

0 commit comments

Comments
 (0)