mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
all: fix codespell errors
Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452
This commit is contained in:
parent
54d122287c
commit
308c243db5
22 changed files with 31 additions and 31 deletions
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 - 2019 The OpenEvidence Project. All rights reserved.
|
||||
* Copyright (c) 2003 - 2020 The OpenEvidence Project. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
@ -459,7 +459,7 @@ int main(int argc, char **argv)
|
|||
if(!serverurl) {
|
||||
int j = 0;
|
||||
BIO_printf(p.errorbio, "no service URL in user cert "
|
||||
"cherching in others certificats\n");
|
||||
"searching in others certificates\n");
|
||||
for(j = 0; j<sk_X509_num(p.ca); j++) {
|
||||
serverurl = my_get_ext(sk_X509_value(p.ca, j), p.accesstype,
|
||||
NID_info_access);
|
||||
|
|
@ -474,7 +474,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
if(!serverurl) {
|
||||
BIO_printf(p.errorbio, "no service URL in certificats,"
|
||||
BIO_printf(p.errorbio, "no service URL in certificates,"
|
||||
" check '-accesstype (AD_DVCS | ad_timestamping)'"
|
||||
" or use '-connect'\n");
|
||||
goto err;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue