Skip to content

Commit 28a5018

Browse files
authored
fix: small typo error in main.go (jpillora#334)
1 parent 3e703ae commit 28a5018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ $ chisel server --help
167167
and you cannot set --tls-domain.
168168
169169
--tls-domain, Enables TLS and automatically acquires a TLS key and
170-
certificate using LetsEncypt. Setting --tls-domain requires port 443.
170+
certificate using LetsEncrypt. Setting --tls-domain requires port 443.
171171
You may specify multiple --tls-domain flags to serve multiple domains.
172172
The resulting files are cached in the "$HOME/.cache/chisel" directory.
173173
You can modify this path by setting the CHISEL_LE_CACHE variable,

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var serverHelp = `
151151
and you cannot set --tls-domain.
152152
153153
--tls-domain, Enables TLS and automatically acquires a TLS key and
154-
certificate using LetsEncypt. Setting --tls-domain requires port 443.
154+
certificate using LetsEncrypt. Setting --tls-domain requires port 443.
155155
You may specify multiple --tls-domain flags to serve multiple domains.
156156
The resulting files are cached in the "$HOME/.cache/chisel" directory.
157157
You can modify this path by setting the CHISEL_LE_CACHE variable,

0 commit comments

Comments
 (0)