From ec717e3399fc379bba7a4d17f6283cec480fdfef Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Fri, 22 Jun 2018 16:31:06 +0100 Subject: [PATCH] netstats: fix typo exception in message --- devlib/instrument/netstats/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devlib/instrument/netstats/__init__.py b/devlib/instrument/netstats/__init__.py index 8203ceb..3db342f 100644 --- a/devlib/instrument/netstats/__init__.py +++ b/devlib/instrument/netstats/__init__.py @@ -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):