Fix grammar in setup.py log message

This commit is contained in:
Ole André Vadla Ravnås
2020-02-28 06:29:08 +01:00
parent 991b6c7427
commit 0dbf400ab5
+1 -1
View File
@@ -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())