From c0eefebabfee011f0ec7631d055e482e4965a24d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 16 Jun 2024 21:59:42 +0200 Subject: ; Fix typos --- java/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java') diff --git a/java/Makefile.in b/java/Makefile.in index a7a9cabe135..941631b8411 100644 --- a/java/Makefile.in +++ b/java/Makefile.in @@ -261,8 +261,8 @@ install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES) \ $(AM_V_SILENT) $(libsrc)/asset-directory-tool \ install_temp/assets install_temp/assets/directory-tree\ $(if $(ANDROID_SDK_8_OR_EARLIER),--api-8) -# If the package targets Android 2.2, move compressable and -# non-compressable assets to separate directories. +# If the package targets Android 2.2, move compressible and +# non-compressible assets to separate directories. $(AM_V_SILENT) \ if [ -z "${ANDROID_SDK_8_OR_EARLIER}" ]; then :; else \ echo "Moving large and gzipped files to separate directories...">&2;\ -- cgit v1.2.1