diff options
author | Case Duckworth | 2021-12-11 14:38:25 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-11 14:38:25 -0600 |
commit | 65c50b9e583e6d22934868f21b8f2fb961f82acf (patch) | |
tree | 80d2ded4f2948d74b6c05e614ffca8ee005cd0c8 | |
parent | Merge branch 'main' of tildegit.org:acdw/bollux (diff) | |
download | bollux-65c50b9e583e6d22934868f21b8f2fb961f82acf.tar.gz bollux-65c50b9e583e6d22934868f21b8f2fb961f82acf.zip |
Fix typo
thanks bruno!
-rwxr-xr-x[-rw-r--r--] | bollux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 30acd0a..83c0e63 100644..100755 --- a/bollux +++ b/bollux | |||
@@ -10,7 +10,7 @@ | |||
10 | # The impetus for this program came from a Mastodon conversation I had where | 10 | # The impetus for this program came from a Mastodon conversation I had where |
11 | # someone mentioned the "simplest possible Gemini client" was this: | 11 | # someone mentioned the "simplest possible Gemini client" was this: |
12 | # | 12 | # |
13 | # openssl s_client -gin_foe -quiet -connect $server:1965 <<< "$url" | 13 | # openssl s_client -ign_eof -quiet -connect $server:1965 <<< "$url" |
14 | # | 14 | # |
15 | # That's still at the heart of this program (see `gemini_request'): `bollux' is | 15 | # That's still at the heart of this program (see `gemini_request'): `bollux' is |
16 | # basically a half-functioning convenience wrapper around that openssl call. | 16 | # basically a half-functioning convenience wrapper around that openssl call. |