Skip to content

Commit 489b7e9

Browse files
committed
[recipes] Fix misspelled word
1 parent 5552fdc commit 489b7e9

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
@@ -32,7 +32,7 @@ def generate_libraries_pc_files(self, arch):
3232
3333
Because, for unix platforms, the mpl install script uses `pkg-config`
3434
to detect libraries installed in non standard locations (our case...
35-
well...we don't event install the libraries...so we must trick a little
35+
well...we don't even install the libraries...so we must trick a little
3636
the mlp install).
3737
"""
3838
pkg_config_path = self.get_recipe_env(arch)['PKG_CONFIG_PATH']

0 commit comments

Comments
 (0)