summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-02-15 06:27:50 +0000
committertedu <tedu@openbsd.org>2014-02-15 06:27:50 +0000
commitc85643658ef250df47b65e4255329b4e4fdcfb95 (patch)
treeb3601001e6e71b7e822cc9f40a4a4a7f29aa247e /usr.sbin/adduser
parentmake a few comments easier to read (diff)
downloadwireguard-openbsd-c85643658ef250df47b65e4255329b4e4fdcfb95.tar.xz
wireguard-openbsd-c85643658ef250df47b65e4255329b4e4fdcfb95.zip
missed a typo
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.perl4
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) = @_;