From fce506eb025ab15453e27b0f724a7996e4b276ad Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 20 Sep 2018 14:52:53 +0100 Subject: [PATCH] instruments/misc: Fix typo --- wa/instruments/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/instruments/misc.py b/wa/instruments/misc.py index 62417941..7cd71008 100644 --- a/wa/instruments/misc.py +++ b/wa/instruments/misc.py @@ -73,7 +73,7 @@ class SysfsExtractor(Instrument): description=""" Specifies whether tmpfs should be used to cache sysfile trees and then pull them down as a tarball. This is significantly faster then just copying the directory trees from - the device directly, bur requres root and may not work on all devices. Defaults to + the device directly, but requires root and may not work on all devices. Defaults to ``True`` if the device is rooted and ``False`` if it is not. """), Parameter('tmpfs_mount_point', default=None,