bb: Fix typo "priority"

Message ID 20220219202149.8441-1-zygmunt.krynicki@huawei.com
State New
Headers show
Series bb: Fix typo "priority" | expand

Commit Message

Zygmunt Krynicki Feb. 19, 2022, 8:21 p.m. UTC
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 lib/bb/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 269f65ed..de1ff893 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -150,7 +150,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