Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit b105f4f

Browse files
committed
Fix typo in fastboot_debug: ProgessBar -> ProgressBar
1 parent b021bfa commit b105f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adb/fastboot_debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def main():
105105
if 'info_cb' in argspec.args:
106106
kwargs['info_cb'] = _InfoCb
107107
if 'progress_callback' in argspec.args and progressbar:
108-
bar = progressbar.ProgessBar(
108+
bar = progressbar.ProgressBar(
109109
widgets=[progressbar.Bar(), progressbar.Percentage()])
110110
bar.start()
111111

0 commit comments

Comments
 (0)