From 7d64a5f44faa3328aaf51a08afce8a58f2bd8d87 Mon Sep 17 00:00:00 2001 From: Chris Streeter Date: Sun, 24 Nov 2013 21:52:27 -0800 Subject: [PATCH] Fix typo. --- examples/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nginx.conf b/examples/nginx.conf index 1f87765a..5f9a8bde 100644 --- a/examples/nginx.conf +++ b/examples/nginx.conf @@ -1,4 +1,4 @@ -# This is example contains the bare mininum to get nginx going with +# This is example contains the bare minimum to get nginx going with # Gunicornservers. worker_processes 1;