Skip to content

Commit d47c04d

Browse files
committed
[recipes] Fix typo
1 parent fef4a03 commit d47c04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def download_web_backend_dependencies(self, arch):
7171
in our CI tests, so we download this package at the expected location
7272
by the mpl install script which is defined by the environ variable
7373
`XDG_CACHE_HOME` (we modify that one in our `get_recipe_env` so it will
74-
be the same regardles of the host platform).
74+
be the same regardless of the host platform).
7575
"""
7676

7777
env = self.get_recipe_env(arch)

0 commit comments

Comments
 (0)