[12/17] progress: Fix typo "wherever"

Message ID 20220219164021.8344-12-zygmunt.krynicki@huawei.com
State Accepted, archived
Commit bb43be9b8b10b7d799436790e9bce0ef3df4aa6d
Headers show
Series [01/17] cooker: Fix typo "isn't" | expand

Commit Message

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

Patch

diff --git a/lib/bb/progress.py b/lib/bb/progress.py
index 52d704d6..9518be77 100644
--- a/lib/bb/progress.py
+++ b/lib/bb/progress.py
@@ -148,7 +148,7 @@  class MultiStageProgressReporter:
     for tasks made up of python code spread across multiple
     classes / functions - the progress reporter object can
     be passed around or stored at the object level and calls
-    to next_stage() and update() made whereever needed.
+    to next_stage() and update() made wherever needed.
     """
     def __init__(self, d, stage_weights, debug=False):
         """