We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9a1d6 commit 5a844e7Copy full SHA for 5a844e7
pythonforandroid/recipes/sdl2_image/__init__.py
@@ -25,7 +25,7 @@ def prebuild_arch(self, arch):
25
with open(os.path.join(build_dir, ".gitmodules"), "r") as file:
26
for section in file.read().split('[submodule "')[1:]:
27
line_split = section.split(" = ")
28
- # Parse .gitmoulde section
+ # Parse .gitmodule section
29
clone_path, url, branch = (
30
os.path.join(build_dir, line_split[1].split("\n")[0].strip()),
31
line_split[2].split("\n")[0].strip(),
0 commit comments