summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/network/configure.cmake4
-rw-r--r--src/network/configure.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/network/configure.cmake b/src/network/configure.cmake
index 1bfa978612..fcdf46f955 100644
--- a/src/network/configure.cmake
+++ b/src/network/configure.cmake
@@ -20,7 +20,7 @@ qt_config_compile_test(openssl_headers
# error OpenSSL >= 1.1.1 is required
#endif
#if !defined(OPENSSL_NO_EC) && !defined(SSL_CTRL_SET_CURVES)
-# error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it's libressl which is unsupported
+# error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it is libressl which is unsupported
#endif
int main(int argc, char **argv)
{
@@ -45,7 +45,7 @@ qt_config_compile_test(openssl
# error OpenSSL >= 1.1.1 is required
#endif
#if !defined(OPENSSL_NO_EC) && !defined(SSL_CTRL_SET_CURVES)
-# error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it's libressl which is unsupported
+# error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it is libressl which is unsupported
#endif
int main(int argc, char **argv)
{
diff --git a/src/network/configure.json b/src/network/configure.json
index 5f26f83c54..6425103a33 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -65,7 +65,7 @@
"# error OpenSSL >= 1.1.1 is required",
"#endif",
"#if !defined(OPENSSL_NO_EC) && !defined(SSL_CTRL_SET_CURVES)",
- "# error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it's libressl which is unsupported",
+ "# error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it is libressl which is unsupported",
"#endif"
]
},