From 05b5bb6b77877cf8165d85560d5dec145a9369e1 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 1 Sep 2021 07:48:02 +0100 Subject: Typo --- server/test/src/ServerSpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/test/src/ServerSpec.scala b/server/test/src/ServerSpec.scala index bd909ca..d3027e3 100644 --- a/server/test/src/ServerSpec.scala +++ b/server/test/src/ServerSpec.scala @@ -570,7 +570,7 @@ class ServerSpec extends AnyFlatSpec with Matchers { bad.body should include(meta) } - it should "enviroment variables are optional" in { + it should "environment variables are optional" in { Server(TestData.cgiConf).handleReq( "gemini://localhost/dir/cgi/", "127.0.0.1" @@ -589,7 +589,7 @@ class ServerSpec extends AnyFlatSpec with Matchers { } } - it should "pass enviroment variables to the CGI" in { + it should "pass environment variables to the CGI" in { Server(TestData.cgiEnvConf).handleReq( "gemini://localhost/dir/cgi/", "127.0.0.1" -- cgit v1.2.3