From: Seunghoon Yeon Date: Mon, 22 Jun 2020 05:27:58 +0000 (+0900) Subject: Typo fixed. (#520) X-Git-Tag: fuse-3.9.4~13 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5021d6a0a100d4987be126e87b7ee5fbfc17bbdc;p=qemu-gpiodev%2Flibfuse.git Typo fixed. (#520) --- diff --git a/test/conftest.py b/test/conftest.py index 08b1b56..6e46d5d 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -23,7 +23,7 @@ def pytest_pyfunc_call(pyfuncitem): class OutputChecker: - '''Check output data for suspicious patters. + '''Check output data for suspicious patterns. Everything written to check_output.fd will be scanned for suspicious messages and then written to sys.stdout.