spelling: separate
This commit is contained in:
parent
46355322a8
commit
0e353c7ffa
2 changed files with 2 additions and 2 deletions
|
@ -1176,7 +1176,7 @@ class Buildozer(object):
|
|||
|
||||
def _get_config_list(self, section, token, default=None, with_values=False):
|
||||
# monkey-patch method for ConfigParser
|
||||
# get a key as a list of string, seperated from the comma
|
||||
# get a key as a list of string, separated from the comma
|
||||
|
||||
# check if an env var exists that should replace the file config
|
||||
set_config_token_from_env(section, token, self.config)
|
||||
|
|
|
@ -35,7 +35,7 @@ version = 0.1
|
|||
# version.filename = %(source.dir)s/main.py
|
||||
|
||||
# (list) Application requirements
|
||||
# comma seperated e.g. requirements = sqlite3,kivy
|
||||
# comma separated e.g. requirements = sqlite3,kivy
|
||||
requirements = kivy
|
||||
|
||||
# (str) Custom source folders for requirements
|
||||
|
|
Loading…
Reference in a new issue