From ff99e2821062964b7e2c591b8314393d9f8bddc4 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 12 Feb 2018 06:52:49 +0000 Subject: [PATCH] Fix typo --- etc/devd/devmatch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/devd/devmatch.conf b/etc/devd/devmatch.conf index 960cb582c9f..5e510bacbf4 100644 --- a/etc/devd/devmatch.conf +++ b/etc/devd/devmatch.conf @@ -12,7 +12,7 @@ nomatch 100 { action "service devmatch start" }; -# Add the following to devd.conf to preent this from running: +# Add the following to devd.conf to prevent this from running: # nomatch 1000 { # action "true" # };