daca2: fix comment

This commit is contained in:
Daniel Marjamäki 2017-05-27 21:12:13 +02:00
parent cc8e80e03f
commit bbe90bdbdb
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ for arg in sys.argv[1:]:
else:
PASSWORD = arg
# Upload file to sourceforge web server using scp
# Upload file to trac.cppcheck.net server using scp
def upload(file_to_upload, destination):
if not os.path.isfile(file_to_upload):
return