From 82b1be9fdfe6ed75208d8331fca0aae3bc49e5bd Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 17 Jul 2024 15:45:40 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Fixed=20wrong=20spelling:=20depelopmen?= =?UTF-8?q?t=20->=20development?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed wrong spelling of development --- doc/source/buildoptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/buildoptions.rst b/doc/source/buildoptions.rst index 782bd67295..44e9578b1b 100644 --- a/doc/source/buildoptions.rst +++ b/doc/source/buildoptions.rst @@ -36,7 +36,7 @@ sdl2 Use this with ``--bootstrap=sdl2``, or just include the ``sdl2`` recipe, e.g. ``--requirements=sdl2,python3``. -SDL2 is a popular cross-platform depelopment library, particularly for +SDL2 is a popular cross-platform development library, particularly for games. It has its own Android project support, which python-for-android uses as a bootstrap, and to which it adds the Python build and JNI code to start it.