summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2019-04-17 07:32:03 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2019-04-17 07:32:03 +0000
commitc6d379b9254b5c76ef145c2db6aad6f4c602b578 (patch)
tree47f21d863bb0bc65e3df11c7fd803e08f0d6939f /usr.sbin/pkg_add
parentad831c782e959a483a90a8cb75b252bbd0910432 (diff)
fix spelling in pkg_add output: tieing -> tying
ok espie@
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PkgAdd.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm b/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm
index a2e14737544..fb468e0b16e 100644
--- a/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgAdd.pm,v 1.109 2019/04/06 10:55:01 espie Exp $
+# $OpenBSD: PkgAdd.pm,v 1.110 2019/04/17 07:32:02 stsp Exp $
#
# Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org>
#
@@ -101,7 +101,7 @@ sub tie_files
}
$self->{tieto} = $tied;
$tied->{tied} = 1;
- $state->say("Tieing #1 to #2", $self->stringize,
+ $state->say("Tying #1 to #2", $self->stringize,
$tied->stringize) if $state->verbose >= 3;
}
}