summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/shared/qx509_generic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tls/shared/qx509_generic.cpp')
-rw-r--r--src/plugins/tls/shared/qx509_generic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tls/shared/qx509_generic.cpp b/src/plugins/tls/shared/qx509_generic.cpp
index f5fd1b6b30c..5e06c765e1c 100644
--- a/src/plugins/tls/shared/qx509_generic.cpp
+++ b/src/plugins/tls/shared/qx509_generic.cpp
@@ -295,7 +295,7 @@ bool X509CertificateGeneric::parse(const QByteArray &data)
// subjectAltName
// Note, parseExtension() returns true for this extensions,
- // but considers it to be unsupported and assignes a useless
+ // but considers it to be unsupported and assigns a useless
// value. OpenSSL also treats this extension as unsupported,
// but properly creates a map with 'name' and 'value' taken
// from the extension. We only support 'email', 'IP' and 'DNS',