浏览代码

conf: fix some typos in comments (app.ini) (#6237)

David Refoua 4 年之前
父节点
当前提交
498ea55504
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      conf/app.ini
  2. 0 0
      internal/assets/conf/conf_gen.go

+ 4 - 4
conf/app.ini

@@ -121,7 +121,7 @@ AUTO_INIT = false
 
 ; The maximum number of goroutines that can be run at the same time for a single
 ; fetch request. Usually, the value depend of how many CPU (cores) you have. If
-; the value is non-positive, it matchs the number of CPUs available to the application.
+; the value is non-positive, it matches the number of CPUs available to the application.
 COMMITS_FETCH_CONCURRENCY = 0
 
 [repository.editor]
@@ -171,9 +171,9 @@ INSTALL_LOCK = false
 SECRET_KEY = !#@FDEWREWR&*(
 ; The days remembered for auto-login.
 LOGIN_REMEMBER_DAYS = 7
-; The cookie name to stoed auto-login information.
+; The cookie name to store auto-login information.
 COOKIE_REMEMBER_NAME = gogs_incredible
-; The cookie name to stored logged in username.
+; The cookie name to store logged in username.
 COOKIE_USERNAME = gogs_awesome
 ; Whether to set secure cookie.
 COOKIE_SECURE = false
@@ -321,7 +321,7 @@ GRAVATAR_SOURCE = gravatar
 DISABLE_GRAVATAR = false
 ; Whether to enable federated avatar lookup uses DNS to discover avatar associated
 ; with emails, see https://www.libravatar.org for details.
-; This value will be forced to be false in offline mode or when Gravatar is disbaled.
+; This value will be forced to be false in offline mode or when Gravatar is disabled.
 ENABLE_FEDERATED_AVATAR = false
 
 [markdown]

文件差异内容过多而无法显示
+ 0 - 0
internal/assets/conf/conf_gen.go


部分文件因为文件数量过多而无法显示