summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/State.pm
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2010-06-15 08:29:23 +0000
committerMarc Espie <espie@cvs.openbsd.org>2010-06-15 08:29:23 +0000
commitb614d6372df417f295742c2983c19bf94e8d6131 (patch)
tree982c53686aaeb2db01d4845deca7f5e109eb1b86 /usr.sbin/pkg_add/OpenBSD/State.pm
parente9543a25f760416cd896f98c7a8e9ebb72b0f956 (diff)
typo
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD/State.pm')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/State.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/State.pm b/usr.sbin/pkg_add/OpenBSD/State.pm
index 3539378bb83..6b969dab0a0 100644
--- a/usr.sbin/pkg_add/OpenBSD/State.pm
+++ b/usr.sbin/pkg_add/OpenBSD/State.pm
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
-# $OpenBSD: State.pm,v 1.3 2010/06/15 08:26:39 espie Exp $
+# $OpenBSD: State.pm,v 1.4 2010/06/15 08:29:22 espie Exp $
#
# Copyright (c) 2007-2010 Marc Espie <espie@openbsd.org>
#
@@ -105,7 +105,7 @@ sub print
sub say
{
my $self = shift;
- $self-_print($self->f(@_), "\n");
+ $self->_print($self->f(@_), "\n");
}
sub errprint