Fixed spelling errors reported by lintian
This commit is contained in:
parent
4aa0eb97e4
commit
e026df75b0
1 changed files with 2 additions and 2 deletions
|
@ -411,7 +411,7 @@ static void sslGenerateCertificate(const char *certificate,
|
||||||
if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
|
if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
|
||||||
warn("[ssl] Failed to generate self-signed certificate \"%s\"!", certificate);
|
warn("[ssl] Failed to generate self-signed certificate \"%s\"!", certificate);
|
||||||
} else {
|
} else {
|
||||||
info("[ssl] Certificate succesfully generated.");
|
info("[ssl] Certificate successfully generated.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -675,7 +675,7 @@ static SSL_CTX *sslMakeContext(void) {
|
||||||
|
|
||||||
SSL_CTX_set_info_callback(context, sslInfoCallback);
|
SSL_CTX_set_info_callback(context, sslInfoCallback);
|
||||||
|
|
||||||
debug("[ssl] Server context succesfully initialized...");
|
debug("[ssl] Server context successfully initialized...");
|
||||||
return context;
|
return context;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue