diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-02-15 06:27:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-02-15 06:27:51 +0000 |
commit | cd3bd9073276f85ef1410df6a032cc8bd6380235 (patch) | |
tree | d2d39c715655cf702645ce1404d9a8eec67c2cf7 /usr.sbin/adduser | |
parent | 3e505aa7e402e51ec4f1a9761a9e44773a17a46b (diff) |
missed a typo
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r-- | usr.sbin/adduser/adduser.perl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl index ef4278e309f..bf5d4774483 100644 --- a/usr.sbin/adduser/adduser.perl +++ b/usr.sbin/adduser/adduser.perl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $OpenBSD: adduser.perl,v 1.60 2014/02/15 06:25:18 tedu Exp $ +# $OpenBSD: adduser.perl,v 1.61 2014/02/15 06:27:50 tedu Exp $ # # Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. # All rights reserved. @@ -1305,7 +1305,7 @@ sub choosetxt_yn_default { # YES or NO question # return 1 if &confirm("message", "yes") and answer is yes -# or if &confirm("message", "no") an answer is no +# or if &confirm("message", "no") and answer is no # otherwise return 0 sub confirm_yn { local($message, $confirm) = @_; |