Skip to content

Commit

Permalink
docs: fix simple typo, pacakged -> packaged (kivy#2377)
Browse files Browse the repository at this point in the history
There is a small typo in doc/source/troubleshooting.rst.

Should read `packaged` rather than `pacakged`.
  • Loading branch information
timgates42 authored and vesellov committed Feb 10, 2021
1 parent e79c509 commit 9b8e600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ particular.
Unpacking an APK
----------------

It is sometimes useful to unpack a pacakged APK to see what is inside,
It is sometimes useful to unpack a packaged APK to see what is inside,
especially when debugging python-for-android itself.

APKs are just zip files, so you can extract the contents easily::
Expand Down

0 comments on commit 9b8e600

Please sign in to comment.