summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2010-07-16 20:59:09 +0200
committerMichael Stapelberg <michael@stapelberg.de>2010-07-16 20:59:09 +0200
commit0777390a653bd5b8027afc55e219972c6175a1cb (patch)
tree566faa9483e96dc2fbf637ed1d7c2f4f419b0e5c /i3lock.c
parent60776a8219d4c946d12f50c22477afc963308fb3 (diff)
s/arry/array
Diffstat (limited to 'i3lock.c')
-rw-r--r--i3lock.c2
1 files changed, 1 insertions, 1 deletions
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;