1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

netstats: fix typo exception in message

This commit is contained in:
Douglas RAILLARD 2018-06-22 16:31:06 +01:00 committed by Marc Bonnici
parent 511d478164
commit ec717e3399

View File

@ -84,7 +84,7 @@ class NetstatsInstrument(Instrument):
"""
if target.os != 'android':
raise TargetStableError('netstats insturment only supports Android targets')
raise TargetStableError('netstats instrument only supports Android targets')
if apk is None:
apk = os.path.join(THIS_DIR, 'netstats.apk')
if not os.path.isfile(apk):