approciate -> appropriate
authorjsg <jsg@openbsd.org>
Sat, 1 Jan 2022 03:57:20 +0000 (03:57 +0000)
committerjsg <jsg@openbsd.org>
Sat, 1 Jan 2022 03:57:20 +0000 (03:57 +0000)
share/man/man5/bsd.regress.mk.5

index cece02e..8755e54 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.regress.mk.5,v 1.22 2021/09/02 07:14:15 jasper Exp $
+.\" $OpenBSD: bsd.regress.mk.5,v 1.23 2022/01/01 03:57:20 jsg Exp $
 .\"
 .\" Copyright (c) 2002 Anil Madhavapeddy
 .\" Copyright (c) 2000 Marc Espie
@@ -25,7 +25,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: September 2 2021 $
+.Dd $Mdocdate: January 1 2022 $
 .Dt BSD.REGRESS.MK 5
 .Os
 .Sh NAME
@@ -211,7 +211,7 @@ Tests should generally not set or modify
 .Ev MALLOC_OPTIONS
 unless it is testing specific behaviour that depends on a particular
 flag or combination of flags.
-When running tests the approciate sysctl
+When running tests the appropriate sysctl
 .Pq vm.malloc_conf
 could be used instead.
 .Sh SEE ALSO