spelling: separate

This commit is contained in:
Josh Soref 2017-11-30 07:05:07 +00:00
parent 46355322a8
commit 0e353c7ffa
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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