]> git.sur5r.net Git - i3/i3lock/commitdiff
s/arry/array
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 16 Jul 2010 18:59:09 +0000 (20:59 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 16 Jul 2010 18:59:09 +0000 (20:59 +0200)
i3lock.c

index 806459540fd876ab82e03a7e78d3e9725e9b184e..cafb6819cf19fd778f0034368773b98bce687568 100644 (file)
--- 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;