From 797c636c6a09b9946fc3615febfa6eb177869afa Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 4 Dec 2019 18:49:42 +1100 Subject: [PATCH] Fix small typo: mimicing -> mimicking Closes #518 --- tests/test_workspacebuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_workspacebuilder.py b/tests/test_workspacebuilder.py index 6085ea46d47..4aab73dafe8 100644 --- a/tests/test_workspacebuilder.py +++ b/tests/test_workspacebuilder.py @@ -458,7 +458,7 @@ def test_start_directory(session, tmpdir): def test_start_directory_relative(session, tmpdir): - """Same as above test, but with relative start directory, mimicing + """Same as above test, but with relative start directory, mimicking loading it from a location of project file. Like:: $ tmuxp load ~/workspace/myproject/.tmuxp.yaml