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

Commit

Permalink
Fix typo in fastboot_debug: ProgessBar -> ProgressBar
Browse files Browse the repository at this point in the history
  • Loading branch information
pmldrmota committed Aug 17, 2020
1 parent b021bfa commit b105f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb/fastboot_debug.py
Expand Up @@ -105,7 +105,7 @@ def main():
if 'info_cb' in argspec.args:
kwargs['info_cb'] = _InfoCb
if 'progress_callback' in argspec.args and progressbar:
bar = progressbar.ProgessBar(
bar = progressbar.ProgressBar(
widgets=[progressbar.Bar(), progressbar.Percentage()])
bar.start()

Expand Down

0 comments on commit b105f4f

Please sign in to comment.