diff --git a/nginx-sample-conf/leafwriter.conf b/nginx-sample-conf/leafwriter.conf
index 7bcd16ed6d0c8bc104462d11fb9bf25ba1def895..18aa21370c679f2c349c0bf60f876631f64bccb2 100644
--- a/nginx-sample-conf/leafwriter.conf
+++ b/nginx-sample-conf/leafwriter.conf
@@ -6,7 +6,7 @@ server {
 
         location / {
                 proxy_pass http://localhost:5000;
-                # To specififally set proxy headers seems to introduce redirect errors and at least for the current config these headers do not seem to be necessary in the first place.
+                # To specifically set proxy headers seems to introduce redirect errors and at least for the current config these headers do not seem to be necessary in the first place.
                 #proxy_set_header    Host               $host;
                 #proxy_set_header    X-Real-IP          $remote_addr;
                 #proxy_set_header    X-Forwarded-For    $proxy_add_x_forwarded_for;