From 8485b932dbd380d4c4513cfc572594d0751f981c Mon Sep 17 00:00:00 2001 From: philippegorley <philippe.gorley@savoirfairelinux.com> Date: Mon, 24 Sep 2018 11:51:03 -0400 Subject: [PATCH] certificatemodel: fix typo Change-Id: I8ebea4b541518ced08ba087ac677541e61e16b88 --- src/certificatemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/certificatemodel.cpp b/src/certificatemodel.cpp index 8b9b0a55..2fda8161 100644 --- a/src/certificatemodel.cpp +++ b/src/certificatemodel.cpp @@ -245,7 +245,7 @@ CertificateNode* CertificateModelPrivate::createCategory(const QString& name, co // This code avoids leak, but has side effects. if (m_hStrToCat.contains(name)) { qWarning() << "Trying to create a certificate node with an already used id." - " This can have unforneen consequences"; + " This can have unforseen consequences"; return m_hStrToCat[name]; } -- GitLab