pfctl(8): Fix a typo in an error message
- s/registeration/registration/ MFC after: 5 days
This commit is contained in:
+1
-1
@@ -376,7 +376,7 @@ pfctl_enable(int dev, int opts)
|
||||
if (ret == EEXIST)
|
||||
errx(1, "pf already enabled");
|
||||
else if (ret == ESRCH)
|
||||
errx(1, "pfil registeration failed");
|
||||
errx(1, "pfil registration failed");
|
||||
else
|
||||
errc(1, ret, "DIOCSTART");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user