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