Skip to content

Commit

Permalink
dumpsys_accessibility.py: Spell accessibility correctly (#441)
Browse files Browse the repository at this point in the history
* dumpsys_accessibility.py: Spell accessibility correctly

* Fix typo
  • Loading branch information
cclauss authored Jan 3, 2024
1 parent 2838bac commit 5d2ff32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mvt/android/modules/androidqf/dumpsys_accessibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


class DumpsysAccessibility(DumpsysAccessibilityArtifact, AndroidQFModule):
"""This module analyse dumpsys accessbility"""
"""This module analyses dumpsys accessibility"""

def __init__(
self,
Expand Down
2 changes: 1 addition & 1 deletion mvt/common/logo.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def check_updates() -> None:
# First we check for MVT version udpates.
# First we check for MVT version updates.
mvt_updates = MVTUpdates()
try:
latest_version = mvt_updates.check()
Expand Down

0 comments on commit 5d2ff32

Please sign in to comment.