aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-03-28 18:19:41 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-03-28 18:19:41 +0000
commit897c7412b26ca618af6822dcaa7e6be68772dc52 (patch)
treeabad115d8ebf3bf901361994242a8a3276648435 /tests
parentca51775485e303d79ec4ad7a00e764807daebc29 (diff)
downloadpam-897c7412b26ca618af6822dcaa7e6be68772dc52.tar.gz
pam-897c7412b26ca618af6822dcaa7e6be68772dc52.tar.bz2
pam-897c7412b26ca618af6822dcaa7e6be68772dc52.zip
Fix various typos found using codespell tool
Diffstat (limited to 'tests')
-rw-r--r--tests/tst-pam_set_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst-pam_set_data.c b/tests/tst-pam_set_data.c
index 3b30dcc1..9acab6a6 100644
--- a/tests/tst-pam_set_data.c
+++ b/tests/tst-pam_set_data.c
@@ -331,7 +331,7 @@ main (void)
if (retval == PAM_SUCCESS)
{
fprintf (stderr,
- "pam_set_data with NULL as module_data_name succeded!\n");
+ "pam_set_data with NULL as module_data_name succeeded!\n");
return 1;
}
free (dataptr);