@@ -347,7 +347,7 @@ List of changes since the *CONFIG_VERSION* numbering was introduced:
347347 # directory in which necessary files will be stored.
348348 #FILETRACKER_CACHE_ROOT = '__DIR__/cache'
349349
350- # When using a remote storage it's recommended to enable a cache cleaner deamon
350+ # When using a remote storage it's recommended to enable a cache cleaner daemon
351351 # which will periodically scan cache directory and remove files what aren't
352352 # used. For a detailed description of each option, please read a cache cleaner
353353 # configuration section in the sioworkersd documentation.
@@ -439,7 +439,7 @@ List of changes since the *CONFIG_VERSION* numbering was introduced:
439439
440440 -# Filetracker server settings.
441441 -#
442- -# Determines which filetracker database use, availible options are:
442+ -# Determines which filetracker database use, available options are:
443443 -# - 'oioioi.filetracker.client.media_root_factory' (the default)
444444 -# Stores files on local filesystem under MEDIA_ROOT, optionally
445445 -# exposing them with a filetracker server (see section below).
@@ -588,7 +588,7 @@ List of changes since the *CONFIG_VERSION* numbering was introduced:
588588
589589 # 'oioioi.usergroups',
590590
591- #. * Introduced `DEFAULT_COMPILERS ` to settings, which should be set for every language supoorted ::
591+ #. * Introduced `DEFAULT_COMPILERS ` to settings, which should be set for every language supported ::
592592
593593 --- a/oioioi/default_settings.py
594594 +++ b/oioioi/default_settings.py
@@ -896,7 +896,7 @@ List of changes since the *CONFIG_VERSION* numbering was introduced:
896896 +# The server to be run. Options are:
897897 +# 'django' - django's http server
898898 +# 'uwsgi' - uwsgi daemon
899- +# 'uwsgi-http' - uwsgi deamon with built-in http server
899+ +# 'uwsgi-http' - uwsgi daemon with built-in http server
900900 +# None - nothing will be run
901901 +SERVER = 'django'
902902
0 commit comments