s/arry/array

pull/1/head
Michael Stapelberg 2010-07-16 20:59:09 +02:00
parent 60776a8219
commit 0777390a65
1 changed files with 1 additions and 1 deletions

View File

@ -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;