1
0
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:
Andreas Schneider
2011-12-27 10:50:59 +01:00
parent 9e5b3914de
commit 244fa0474b

View File

@@ -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: