spelling: configuration
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:14 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
mods/sample-Lighttpd.config

index c4ccc12..1f37815 100644 (file)
@@ -30,7 +30,7 @@ One can solve the issue by adding
 
     server.reject-expect-100-with-417 = "disable"
 
-to the lighttpd configuratiion file (e.g. in the beginning with the
+to the lighttpd configuration file (e.g. in the beginning with the
 other 'server.xxx' settings.
 
 ---------------( config starts )-----------------