mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
pki: Fix typo in error message.
This commit is contained in:
@@ -419,7 +419,7 @@ int ssh_pki_import_privkey_file(const char *filename,
|
|||||||
|
|
||||||
rc = stat(filename, &sb);
|
rc = stat(filename, &sb);
|
||||||
if (rc < 0) {
|
if (rc < 0) {
|
||||||
ssh_pki_log("Error gettint stat of %s: %s",
|
ssh_pki_log("Error getting stat of %s: %s",
|
||||||
filename, strerror(errno));
|
filename, strerror(errno));
|
||||||
switch (errno) {
|
switch (errno) {
|
||||||
case ENOENT:
|
case ENOENT:
|
||||||
|
Reference in New Issue
Block a user