From df4a8f4518f09b48d264fd03c2e7cda6607cfc80 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 15 Nov 2019 08:34:38 +1100 Subject: [PATCH] Fix simple typo: prioity -> priority --- lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index c144311be4c..967ae982b1b 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -86,7 +86,7 @@ def note(*args): mainlogger.info(''.join(args)) # -# A higher prioity note which will show on the console but isn't a warning +# A higher priority note which will show on the console but isn't a warning # # Something is happening the user should be aware of but they probably did # something to make it happen