From 1c0fb0d856c46cdab382b08407c4cad003b9ac5a Mon Sep 17 00:00:00 2001 From: kvothe Date: Wed, 16 Sep 2020 23:49:03 -0400 Subject: [PATCH] Fixed a typo in the OpenBSD enableSecurityRestrictions docs. --- security_openbsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security_openbsd.go b/security_openbsd.go index 705e455..bfcd1ce 100644 --- a/security_openbsd.go +++ b/security_openbsd.go @@ -9,7 +9,7 @@ import ( // Restrict access to the files specified in config in an OS-dependent way. // The OpenBSD implementation uses pledge(2) and unveil(2) to restrict the // operations available to the molly brown executable. Please note that (S)CGI -// processes that molly brown spawns or communicates with are unrestristricted +// processes that molly brown spawns or communicates with are unrestricted // and should pledge their own restrictions and unveil their own files. func enableSecurityRestrictions(config Config, errorLog *log.Logger) {