From 0dbf400ab54929068c07195cc188473d6683ef45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Fri, 28 Feb 2020 06:29:08 +0100 Subject: [PATCH] Fix grammar in setup.py log message --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a8cd5b..4577b5c 100755 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ class FridaPrebuiltExt(build_ext): with open(egg_path, "rb") as cache: egg_data = cache.read() except IOError as e: - print("prebuild extension not found in home directory, will try downloading it") + print("prebuilt extension not found in home directory, will try downloading it") print("querying pypi for available prebuilds") client = xmlrpclib.ServerProxy("https://pypi.python.org/pypi", transport=UrllibTransport())