Fix a typo in a warning message.

This commit is contained in:
Yaroslav Tykhiy 2006-12-31 10:12:53 +00:00
parent a0c3535536
commit 619a36fa66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165682

View File

@ -34,7 +34,7 @@ pflog_prestart()
# set pflog0 interface to up state
if ! ifconfig pflog0 up; then
warn 'could not not bring up pflog0.'
warn 'could not bring up pflog0.'
return 1
fi