summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeunghoon Yeon <yeonsh@gmail.com>2020-06-22 14:27:58 +0900
committerGitHub <noreply@github.com>2020-06-22 06:27:58 +0100
commit5021d6a0a100d4987be126e87b7ee5fbfc17bbdc (patch)
tree7fdf0d32848bd76b89e9ba006be96a1280c35882
parent4322cffbe992aa0768f5ce310ef18f5d5340485e (diff)
downloadfuse-5021d6a0a100d4987be126e87b7ee5fbfc17bbdc.tar.gz
Typo fixed. (#520)
-rw-r--r--test/conftest.py2
1 files changed, 1 insertions, 1 deletions
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.