diff --git a/documentation/en/join-testnet.md b/documentation/en/join-testnet.md index ed1164ca0..bdd1b4a56 100644 --- a/documentation/en/join-testnet.md +++ b/documentation/en/join-testnet.md @@ -55,7 +55,7 @@ Here is an example of the response: t1aswwvjsae63tcrniz6x5ykvsuotlgkvlulnqpsi ``` -- Visit the [faucet](https://facuet.testnet.filecoin.io) to add funds. +- Visit the [faucet](https://faucet.testnet.filecoin.io) to add funds. - Paste the address you created. - Press the send button. diff --git a/documentation/en/mining.md b/documentation/en/mining.md index 726984e2f..80c81aedd 100644 --- a/documentation/en/mining.md +++ b/documentation/en/mining.md @@ -28,7 +28,7 @@ lotus wallet new bls With your wallet address: -- Visit the [faucet](https://facuet.testnet.filecoin.io) +- Visit the [faucet](https://faucet.testnet.filecoin.io) - Click "Create Miner" - DO NOT REFRESH THE PAGE. THIS OPERATION CAN TAKE SOME TIME. diff --git a/node/hello/hello.go b/node/hello/hello.go index 7ef13300b..f4e8d421b 100644 --- a/node/hello/hello.go +++ b/node/hello/hello.go @@ -63,7 +63,7 @@ func (hs *Service) HandleStream(s inet.Stream) { var hmsg HelloMessage if err := cborutil.ReadCborRPC(s, &hmsg); err != nil { - log.Infow("failed to read hello message, diconnecting", "error", err) + log.Infow("failed to read hello message, disconnecting", "error", err) s.Conn().Close() return }