Skip to content

Commit 2a184f5

Browse files
cez81appleboy
authored andcommitted
Fix typos in app.ini (#2732)
1 parent ccd3577 commit 2a184f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf/app.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ ENABLE_OPENID_SIGNIN = true
240240
; Example value: trusted.domain.org trusted.domain.net
241241
WHITELISTED_URIS =
242242
; Forbidden URI patterns (POSIX regexp).
243-
; Space sepaated.
243+
; Space separated.
244244
; Only used if WHITELISTED_URIS is blank.
245245
; Example value: loadaverage.org/badguy stackexchange.com/.*spammer
246246
BLACKLISTED_URIS =
@@ -320,7 +320,7 @@ PASSWD =
320320
SEND_AS_PLAIN_TEXT = false
321321
; Enable sendmail (override SMTP)
322322
USE_SENDMAIL = false
323-
; Specifiy an alternative sendmail binary
323+
; Specify an alternative sendmail binary
324324
SENDMAIL_PATH = sendmail
325325

326326
[cache]
@@ -362,7 +362,7 @@ GRAVATAR_SOURCE = gravatar
362362
DISABLE_GRAVATAR = false
363363
; Federated avatar lookup uses DNS to discover avatar associated
364364
; with emails, see https://www.libravatar.org
365-
; This value will be forced to be false in offline mode or Gravatar is disbaled.
365+
; This value will be forced to be false in offline mode or Gravatar is disabled.
366366
ENABLE_FEDERATED_AVATAR = false
367367

368368
[attachment]
@@ -378,7 +378,7 @@ MAX_SIZE = 4
378378
MAX_FILES = 5
379379

380380
[time]
381-
; Specifies the format for fully outputed dates. Defaults to RFC1123
381+
; Specifies the format for fully outputted dates. Defaults to RFC1123
382382
; Special supported values are ANSIC, UnixDate, RubyDate, RFC822, RFC822Z, RFC850, RFC1123, RFC1123Z, RFC3339, RFC3339Nano, Kitchen, Stamp, StampMilli, StampMicro and StampNano
383383
; For more information about the format see http://golang.org/pkg/time/#pkg-constants
384384
FORMAT =
@@ -476,7 +476,7 @@ OLDER_THAN = 24h
476476

477477
; Synchronize external user data (only LDAP user synchronization is supported)
478478
[cron.sync_external_users]
479-
; Syncronize external user data when starting server (default false)
479+
; Synchronize external user data when starting server (default false)
480480
RUN_AT_START = false
481481
; Interval as a duration between each synchronization (default every 24h)
482482
SCHEDULE = @every 24h

0 commit comments

Comments
 (0)