summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 4df1b4d77c4..9af8ac49b2c 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -404,7 +404,7 @@ def configure(conf):
msg="Checking whether we can use SO_PEERCRED to get socket credentials",
headers='sys/types.h sys/socket.h')
- #Some OS (ie. freebsd) return EINVAL if the convertion could not be done, it's not what we expect
+ #Some OS (ie. freebsd) return EINVAL if the conversion could not be done, it's not what we expect
#Let's detect those cases
if conf.CONFIG_SET('HAVE_STRTOLL'):
conf.CHECK_CODE('''