From 0777390a653bd5b8027afc55e219972c6175a1cb Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 16 Jul 2010 20:59:09 +0200 Subject: [PATCH] s/arry/array --- i3lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3lock.c b/i3lock.c index 8064595..cafb681 100644 --- a/i3lock.c +++ b/i3lock.c @@ -174,7 +174,7 @@ static int conv_callback(int num_msg, const struct pam_message **msg, if (num_msg == 0) return 1; - /* PAM expects an arry of responses, one for each message */ + /* PAM expects an array of responses, one for each message */ if ((*resp = calloc(num_msg, sizeof(struct pam_message))) == NULL) { perror("calloc"); return 1;