Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1414 from YesterdayxD/master
Browse files Browse the repository at this point in the history
fix : spelling mistake
  • Loading branch information
lowzj authored Jul 14, 2020
2 parents 60051a9 + 911ce40 commit 8c716a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/dfdaemon/app/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func adjustSupernodeList(nodes []string) []string {
}
}

// getLocalIP return the localIP which connects to supper node
// getLocalIP return the localIP which connects to super node
func getLocalIP(nodes []string) (localIP string) {
var (
e error
Expand Down
10 changes: 5 additions & 5 deletions docs/user_guide/install_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ Or you can build your own dfclient executable files.

**NOTE:** You can ignore this step when using only dfget for file distribution .

```sh
# Replace ${supernode} with your own supernode node with format `ip:port=weight`.
SUPERNODE=$supernode
dfdaemon --node $SUPERNODE
```
```sh
# Replace ${supernode} with your own supernode node with format `ip:port=weight`.
SUPERNODE=$supernode
dfdaemon --node $SUPERNODE
```

## After this Task

Expand Down

0 comments on commit 8c716a1

Please sign in to comment.