aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libostp/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libostp/auth.c b/lib/libostp/auth.c
index 13be3a8..80f3d63 100644
--- a/lib/libostp/auth.c
+++ b/lib/libostp/auth.c
@@ -64,7 +64,7 @@ pwcheck(char *username, char *pw)
}
if (waitpid(pid, &status, 0) < 0) {
- printf("waidpid() failed\n");
+ printf("waitpid() failed\n");
return -1;
}