fix typo in comment

Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
Matthias 2020-04-14 08:05:46 +02:00 committed by GitHub
parent 952d2f7513
commit 55a052bcf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if __version__ == 'develop':
except Exception:
# git not available, ignore
try:
# Try Fallback to freqtrade_commit file (created by CI whild building docker image)
# Try Fallback to freqtrade_commit file (created by CI while building docker image)
from pathlib import Path
versionfile = Path('./freqtrade_commit')
if versionfile.is_file():