diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-09-01 07:48:02 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-09-01 07:48:02 +0100 |
commit | 05b5bb6b77877cf8165d85560d5dec145a9369e1 (patch) | |
tree | 43e3ae8b4db73bce4d149313e420145f8a4283fc /server/test | |
parent | a6bd4cba833bd576c20ca05badc3aa26ce7f0f91 (diff) | |
download | spacebeans-05b5bb6b77877cf8165d85560d5dec145a9369e1.tar.gz spacebeans-05b5bb6b77877cf8165d85560d5dec145a9369e1.zip |
Typo
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/src/ServerSpec.scala | 4 |
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" |