From c2d7859f394d0c7d2cc87c40bab7358d4ca6e0b0 Mon Sep 17 00:00:00 2001 From: Vladislav Bauer Date: Thu, 11 Aug 2016 14:29:46 +0700 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed430a5..bbc7a02 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Android Decompiler ================== -The Android Decompile is a script that combines different tools for succesfully decompiling any Android package (APK) to it's Java source-code and resources (including the AndroidManifest.xml, 9-patches, layout files,...). +The Android Decompile is a script that combines different tools for successfully decompiling any Android package (APK) to it's Java source-code and resources (including the AndroidManifest.xml, 9-patches, layout files,...). Tools -----