Skip to content

Commit

Permalink
Merge pull request dragonflyoss#432 from JoeWrightss/patch-2
Browse files Browse the repository at this point in the history
Fix some misspells
  • Loading branch information
starnop authored Mar 1, 2019
2 parents 2f369a5 + 7495634 commit dfdb250
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ definitions:
description: |
IP address which peer client carries.
(TODO) make IP field contain more information, for example
WAN/LAN IP address for supernode to recoganize.
WAN/LAN IP address for supernode to recognize.
format: "ipv4"
hostName:
type: "string"
Expand Down
2 changes: 1 addition & 1 deletion apis/types/peer_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api_reference/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ The detailed information of a peer in supernode.
|Name|Description|Schema|
|---|---|---|
|**ID** <br>*optional*|ID of peer|string|
|**IP** <br>*optional*|IP address which peer client carries.<br>(TODO) make IP field contain more information, for example<br>WAN/LAN IP address for supernode to recoganize.|string (ipv4)|
|**IP** <br>*optional*|IP address which peer client carries.<br>(TODO) make IP field contain more information, for example<br>WAN/LAN IP address for supernode to recognize.|string (ipv4)|
|**hostName** <br>*optional*|host name of peer client node, as a valid RFC 1123 hostname. <br>**Minimum length** : `1`|string (hostname)|
|**port** <br>*optional*|when registering, dfget will setup one uploader process. <br>This one acts as a server for peer pulling tasks.<br>This port is which this server listens on. <br>**Minimum value** : `15000` <br>**Maximum value** : `65000`|integer (int32)|
|**version** <br>*optional*|version number of dfget binary|string|
Expand Down

0 comments on commit dfdb250

Please sign in to comment.