summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pki.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki.c b/src/pki.c
index c3ff3394..2b720d33 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: