From 47290d0008b1188eae213bb664ab911afc1f068c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 26 Jan 2020 18:24:35 +1100 Subject: [PATCH] Fix simple typo: submissve -> submissive Closes #9636 --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 39d0c4cc021..284afa3cf83 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -9,7 +9,7 @@ # Attempt to move any conda entries in PATH to the front of it. # IDEs have their own ideas about how PATH should be managed and # they do dumb stuff like add /usr/bin to the front of it -# meaning conda takes a submissve role and the wrong stuff +# meaning conda takes a submissive role and the wrong stuff # runs (when other conda prefixes get activated they replace # the wrongly placed entries with newer wrongly placed entries). #