Skip to content

Commit 5a844e7

Browse files
authored
Fix typo in comment
1 parent dc9a1d6 commit 5a844e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/sdl2_image/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def prebuild_arch(self, arch):
2525
with open(os.path.join(build_dir, ".gitmodules"), "r") as file:
2626
for section in file.read().split('[submodule "')[1:]:
2727
line_split = section.split(" = ")
28-
# Parse .gitmoulde section
28+
# Parse .gitmodule section
2929
clone_path, url, branch = (
3030
os.path.join(build_dir, line_split[1].split("\n")[0].strip()),
3131
line_split[2].split("\n")[0].strip(),

0 commit comments

Comments
 (0)