Fixed typo

This commit is contained in:
deajan 2016-12-13 20:07:48 +01:00
parent a207f1745a
commit b8b74a5096
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ When testing your contribs, generate files via merge.sh or use bootstrap.sh whic
Unit tests are run by travis on every PR, but you may also run them manually which adds some tests that travis can't do, via dev/tests/run_tests.sh
SSH port can be changed on the fly via environment variable SSH_PORT, eg: SSH_PORT=2222 dev/tests/run_tests.sh
Consider reading CODING_CONVENTION.TXT before submitting a patch.
Consider reading CODING_CONVENTIONS.TXT before submitting a patch.
Troubleshooting
---------------