summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-09-01 07:48:02 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-09-01 07:48:02 +0100
commit05b5bb6b77877cf8165d85560d5dec145a9369e1 (patch)
tree43e3ae8b4db73bce4d149313e420145f8a4283fc
parenta6bd4cba833bd576c20ca05badc3aa26ce7f0f91 (diff)
downloadspacebeans-05b5bb6b77877cf8165d85560d5dec145a9369e1.tar.gz
spacebeans-05b5bb6b77877cf8165d85560d5dec145a9369e1.zip
Typo
-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"