]> Sergey Matveev's repositories - tofuproxy.git/commitdiff
Fix various typos
authorSergey Matveev <stargrave@stargrave.org>
Wed, 24 Jul 2024 08:56:22 +0000 (11:56 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 24 Jul 2024 09:04:36 +0000 (12:04 +0300)
doc/index.texi
doc/integrity.texi

index 629ffd8379051356417ebcc45e092ae5b52a7221..ad78c5c85e82a58d6e2f81ff7d35bd6cc24e3b8e 100644 (file)
@@ -21,7 +21,7 @@ capabilities:
 @item
 Full TLS connection termination between Web-servers and
 @command{tofuproxy} itself. TLS 1.3, session resumption, GOST
-cryptography (if built with @url{http://www.gostls13.cypherpunks.ru/,
+cryptography (if built with @url{http://www.gostls13.cypherpunks.su/,
 gostls13}) support. Connection between @command{tofuproxy} and browser
 itself uses ephemeral on-the-fly generated certificates with proper
 domain name.
@@ -55,7 +55,7 @@ input dialogue is shown. It automatically loads initial form values from
 @file{.netrc}.
 
 @item
-Permanent HTTP redirects are replaces with non-refreshing HTML page with
+Permanent HTTP redirects are replaced with non-refreshing HTML page with
 the link, to make you explicitly allow that step. Temporary redirects
 are followed if it is neither @url{https://www.feeder.stargrave.org/, go.stargrave.org/feeder}
 user-agent, nor image paths.
index f44863afd124f7420b9d870dad909b2ea2c801d7..84efb55a2fd8911b014400d6b3c4b97d6b71294d 100644 (file)
@@ -27,7 +27,7 @@ $ gpg --auto-key-locate  wkd --locate-keys tofuproxy at stargrave dot org
     Its fingerprint: @code{SHA256:NIDt9iZUizwivY3GoxmGvbQTH7mz/dmV7ZFOXeYfa2o}.
 
 @example
-$ ssh-keygen -Y verify -f PUBKEY-SSH.pub -I tofuproxy@@cypherpunks.ru -n file \
+$ ssh-keygen -Y verify -f PUBKEY-SSH.pub -I tofuproxy@@stargrave.org -n file \
     -s tofuproxy-@value{VERSION}.tar.zst.sig <tofuproxy-@value{VERSION}.tar.zst
 @end example