diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-04-16 16:29:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-04-16 16:29:31 +0000 |
commit | d0c1277307eb73ca2dad7eee298c32447eff4188 (patch) | |
tree | e404fa2c037eab204ea9ac6f7bc43aa7b5bebdb2 /usr.sbin/pkg_add/pod | |
parent | 9fdd059f7bfbfcba939ff0be60e47d1c8da0abe9 (diff) |
spelling fixes;
Diffstat (limited to 'usr.sbin/pkg_add/pod')
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::State.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::State.pod b/usr.sbin/pkg_add/pod/OpenBSD::State.pod index 3571c03d980..fb2eed57c1d 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::State.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::State.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::State.pod,v 1.2 2010/06/30 10:51:04 espie Exp $ +$OpenBSD: OpenBSD::State.pod,v 1.3 2013/04/16 16:29:30 jmc Exp $ =head1 NAME @@ -35,7 +35,7 @@ It provides default behavior for options -v and -D value. Subclass C<OpenBSD::State::AddCreateDelete> adds progressmeter behavior, along with options -m, -n and -x. -Some methods can be used and overriden safely. +Some methods can be used and overridden safely. =over 4 @@ -66,7 +66,7 @@ calling package, for legacy commands that still use C<our ($opt_x)> constructs. In case of an error, usage will call C<die>. -Meant to be overriden. A subclass C<handle_options> will normally do +Meant to be overridden. A subclass C<handle_options> will normally do all option parsing and stuff the results in the C<$state> object. =item $state->usage($extra, @args) |