Skip to content

Commit

Permalink
Merge pull request dragonflyoss#812 from AllenZMC/patch-4
Browse files Browse the repository at this point in the history
fix wrong spells in config.go
  • Loading branch information
allencloud authored Aug 13, 2019
2 parents d1f93cc + 09924a7 commit acd5c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfget/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ type RuntimeVariable struct {

// ServerAliveTime specify the alive duration for which
// uploader keeps no accessing by any uploading requests.
// After this period, the uploader will automically exit.
// After this period, the uploader will automatically exit.
ServerAliveTime time.Duration
}

Expand Down

0 comments on commit acd5c46

Please sign in to comment.