From aa9a41e993500e6f97e0122a6c1ee4148f11579d Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Wed, 14 Aug 2019 00:04:24 +0800 Subject: [PATCH] fix wrong spells in config.go Signed-off-by: czm --- dfget/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfget/config/config.go b/dfget/config/config.go index 4a85d3e3e..40147c8b6 100644 --- a/dfget/config/config.go +++ b/dfget/config/config.go @@ -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 }