nghttpx: Fix typo
This commit is contained in:
parent
0567f1f038
commit
9b574a5a76
|
@ -1288,7 +1288,7 @@ int parse_client_psk_secrets(Config *config, const StringRef &path) {
|
||||||
auto sep_it = std::find(std::begin(line), std::end(line), ':');
|
auto sep_it = std::find(std::begin(line), std::end(line), ':');
|
||||||
if (sep_it == std::end(line)) {
|
if (sep_it == std::end(line)) {
|
||||||
LOG(ERROR) << SHRPX_OPT_CLIENT_PSK_SECRETS
|
LOG(ERROR) << SHRPX_OPT_CLIENT_PSK_SECRETS
|
||||||
<< ": could not fine separator at line " << lineno;
|
<< ": could not find separator at line " << lineno;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue