diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2020-07-25 12:08:18 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2020-07-25 12:08:18 +0000 |
commit | 293c397d97fe53b72d74addb34308b631d6b9e1d (patch) | |
tree | 2a27d81ae3d05c3c857d0230c1cde7df6cca50b0 /usr.sbin | |
parent | 104759d71509879fd48c570034353ea3565b952e (diff) |
tyop: DESC -> DESCR
ok landry@ robert@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/PkgCreate.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm index 4185361a936..d8ffe6cfc58 100644 --- a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm +++ b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm @@ -1,6 +1,6 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: PkgCreate.pm,v 1.167 2020/01/26 12:50:17 espie Exp $ +# $OpenBSD: PkgCreate.pm,v 1.168 2020/07/25 12:08:17 ajacoutot Exp $ # # Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org> # @@ -1306,7 +1306,7 @@ sub add_description chomp; if ($state->safe($_) ne $_) { $state->errsay( - "DESC contains weird characters: #1 on line #2", + "DESCR contains weird characters: #1 on line #2", $_, $.); $errors++; } |