From 4c3b4b10ed2e2caf146642ac6d4a27ceaaf8d364 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 23 Dec 2020 09:30:19 +1100 Subject: [PATCH] docs: fix simple typo, pacakged -> packaged There is a small typo in doc/source/troubleshooting.rst. Should read `packaged` rather than `pacakged`. --- doc/source/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/troubleshooting.rst b/doc/source/troubleshooting.rst index 6362363bef..884d24d384 100644 --- a/doc/source/troubleshooting.rst +++ b/doc/source/troubleshooting.rst @@ -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::