summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pki.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki.c b/src/pki.c
index c3ff339..2b720d3 100644
--- a/src/pki.c
+++ b/src/pki.c
@@ -419,7 +419,7 @@ int ssh_pki_import_privkey_file(const char *filename,
rc = stat(filename, &sb);
if (rc < 0) {
- ssh_pki_log("Error gettint stat of %s: %s",
+ ssh_pki_log("Error getting stat of %s: %s",
filename, strerror(errno));
switch (errno) {
case ENOENT: