summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-04-10 10:19:02 +1000
committerDamien Miller <djm@mindrot.org>2018-04-10 10:19:02 +1000
commit10479cc2a4acd6faaf643eb305233b49d70c31c1 (patch)
tree3ff183d0d7a71a2843e1cb13f682743761555053 /monitor_wrap.c
parent907da2f88519b34189fd03fac96de0c52d448233 (diff)
Many typo fixes from Karsten Weiss
Spotted using https://github.com/lucasdemarchi/codespell
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index 9666bda4b..b1f489f79 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -657,7 +657,7 @@ mm_sshpam_query(void *ctx, char **name, char **info,
657 sshpam_set_maxtries_reached(buffer_get_int(&m)); 657 sshpam_set_maxtries_reached(buffer_get_int(&m));
658 *num = buffer_get_int(&m); 658 *num = buffer_get_int(&m);
659 if (*num > PAM_MAX_NUM_MSG) 659 if (*num > PAM_MAX_NUM_MSG)
660 fatal("%s: recieved %u PAM messages, expected <= %u", 660 fatal("%s: received %u PAM messages, expected <= %u",
661 __func__, *num, PAM_MAX_NUM_MSG); 661 __func__, *num, PAM_MAX_NUM_MSG);
662 *prompts = xcalloc((*num + 1), sizeof(char *)); 662 *prompts = xcalloc((*num + 1), sizeof(char *));
663 *echo_on = xcalloc((*num + 1), sizeof(u_int)); 663 *echo_on = xcalloc((*num + 1), sizeof(u_int));