diff --git a/tests/test_mediaworker.py b/tests/test_mediaworker.py index bee6aa0a1c5e439d000d4be5e1f2680ca93c8b3c..d94313cc385b0e7fda1232ee074a98db6bd2a783 100755 --- a/tests/test_mediaworker.py +++ b/tests/test_mediaworker.py @@ -98,7 +98,7 @@ def check_celerity_connectivity(ip): def check_celerity_versions(ip): - print('Checking tha celerity server and worker uses the same version.') + print('Checking that celerity server and worker uses the same version.') try: ms_out = subprocess.check_output('dpkg -s celerity-utils | grep "^Version:"', shell=True, timeout=10, universal_newlines=True) mw_out = subprocess.check_output('ssh -t root@%s dpkg -s celerity-utils | grep "^Version:"' % ip, shell=True, timeout=10, universal_newlines=True)