aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/test/src/ServerSpec.scala4
1 files 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"