Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

fix wrong spells in config.go #812

Merged
merged 1 commit into from
Aug 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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