From e4f86498d2cbf447d0757247a88ae4bc221bd362 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 9 Dec 2024 09:27:11 +0100 Subject: [PATCH] package/python-asyncore: fix 'library' typo Found by codespell. Signed-off-by: Peter Korsgaard Acked-by: Fiona Klute Signed-off-by: Julien Olivain (cherry picked from commit 84e61e7d7095e804e51657e0927ed074dc8b9d02) Signed-off-by: Peter Korsgaard --- package/python-pyasyncore/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-pyasyncore/Config.in b/package/python-pyasyncore/Config.in index ad1376a243..09318baa58 100644 --- a/package/python-pyasyncore/Config.in +++ b/package/python-pyasyncore/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_PYTHON_PYASYNCORE Make asyncore available for Python 3.12 onwards. This is a compatibility package using the code removed from - the standard libary, upstream does not intend any + the standard library, upstream does not intend any maintenance. https://github.com/simonrob/pyasyncore