[education/rkward] rkward/dataeditor: Fix minor typo

Yuri Chornoivan null at kde.org
Thu Jul 11 10:57:13 BST 2024


Git commit fe37c1a6abdb1d445b8e93e0086cea7fb79b93b0 by Yuri Chornoivan.
Committed on 11/07/2024 at 09:57.
Pushed by yurchor into branch 'master'.

Fix minor typo

M  +1    -1    rkward/dataeditor/twintable.cpp

https://invent.kde.org/education/rkward/-/commit/fe37c1a6abdb1d445b8e93e0086cea7fb79b93b0

diff --git a/rkward/dataeditor/twintable.cpp b/rkward/dataeditor/twintable.cpp
index e1c1ffe33..997667d0c 100644
--- a/rkward/dataeditor/twintable.cpp
+++ b/rkward/dataeditor/twintable.cpp
@@ -191,7 +191,7 @@ void TwinTable::initTable (RKVarEditModel* model, RObject* object) {
 	connect (model, &RKVarEditModel::hasDuplicates, this, &TwinTable::containsDuplicates);
 
 	if (!problems.isEmpty()) {
-		KMessageBox::detailedError(this, i18n("The object's internal structure does not confrom to a regular <tt>data.frame</tt>. Editing has been disabled, and some columns may not be shown. It may be possible to convert this object to a regular <tt>data.frame</tt> using <tt>as.data.frame()</tt>."), problems.join("\n"), i18n("Problem detected"));
+		KMessageBox::detailedError(this, i18n("The object's internal structure does not conform to a regular <tt>data.frame</tt>. Editing has been disabled, and some columns may not be shown. It may be possible to convert this object to a regular <tt>data.frame</tt> using <tt>as.data.frame()</tt>."), problems.join("\n"), i18n("Problem detected"));
 	}
 }
 


More information about the rkward-tracker mailing list