From f495a865c59398c9facb787eca19e99cd5e8af45 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 26 Jul 2014 22:43:04 +0200 Subject: [PATCH] Typo s/suite/suit/ --- examples/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nginx.conf b/examples/nginx.conf index 6e361d06..c27c8d3f 100644 --- a/examples/nginx.conf +++ b/examples/nginx.conf @@ -10,7 +10,7 @@ worker_processes 1; user nobody nogroup; # for systems with a "nogroup" # user nobody nobody; # for systems with "nobody" as a group instead -# Feel free to change all paths to suite your needs here, of course +# Feel free to change all paths to suit your needs here, of course pid /tmp/nginx.pid; error_log /tmp/nginx.error.log;