From 1662842b55e2a7971a66b0af38fadc25f1c8ca21 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 10 Aug 2024 07:20:56 +0200 Subject: [PATCH] typo fix. --- README.md | 2 +- checkpw.c | 2 +- checkpw_interactive.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 796c4d9..c4301e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # checkpw -checkpw is a program to check the validity of a users password on a Linux/PAM-based system. +checkpw is a program that checks the validity of a users password on a Linux/PAM-based system. # Installation: diff --git a/checkpw.c b/checkpw.c index 36b9164..d55586c 100644 --- a/checkpw.c +++ b/checkpw.c @@ -1,5 +1,5 @@ /* - * checkpw is a program to check the validity of a users password on a + * checkpw is a program that checks the validity of a users password on a * Linux/PAM-based system. * * Usage: checkpw -u $USER -p $PASSWORD diff --git a/checkpw_interactive.c b/checkpw_interactive.c index b42155b..273770d 100644 --- a/checkpw_interactive.c +++ b/checkpw_interactive.c @@ -1,5 +1,5 @@ /* - * checkpw is a program to check the validity of a users password on a + * checkpw is a program that checks the validity of a users password on a * Linux/PAM-based system. * * Usage: checkpw