diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-06-15 08:29:23 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-06-15 08:29:23 +0000 |
commit | b614d6372df417f295742c2983c19bf94e8d6131 (patch) | |
tree | 982c53686aaeb2db01d4845deca7f5e109eb1b86 /usr.sbin/pkg_add/OpenBSD/State.pm | |
parent | e9543a25f760416cd896f98c7a8e9ebb72b0f956 (diff) |
typo
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD/State.pm')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/State.pm | 4 |
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 |