Browse Source

fix typo of config comments(#117)

linchengzhang 6 years ago
parent
commit
05f78a3947
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rrd/config.py

+ 1 - 1
rrd/config.py

@@ -61,7 +61,7 @@ LDAP_TLS_CIPHER_SUITE = ""
 # i18n
 BABEL_DEFAULT_LOCALE   = 'zh_CN'
 BABEL_DEFAULT_TIMEZONE = 'Asia/Shanghai'
-# aviliable translations
+# available translations
 LANGUAGES   = {
     'en':  'English',
     'zh_CN':  'Chinese-Simplified',