[education/rkward] rkward/scriptbackends: typo
m.eik michalke
null at kde.org
Wed Jul 24 18:09:05 BST 2024
Git commit 2859fcd14c57e7094794652cfb9e7b391b11e4af by m.eik michalke.
Committed on 24/07/2024 at 17:08.
Pushed by meikm into branch 'master'.
typo
M +1 -1 rkward/scriptbackends/rkcomponentscripting.cpp
https://invent.kde.org/education/rkward/-/commit/2859fcd14c57e7094794652cfb9e7b391b11e4af
diff --git a/rkward/scriptbackends/rkcomponentscripting.cpp b/rkward/scriptbackends/rkcomponentscripting.cpp
index 2c991cab5..3f788519c 100644
--- a/rkward/scriptbackends/rkcomponentscripting.cpp
+++ b/rkward/scriptbackends/rkcomponentscripting.cpp
@@ -181,7 +181,7 @@ void RKComponentScriptingProxy::scriptRCommandFinished (RCommand* command) {
RK_ASSERT (!callback.isNull ());
if (command->wasCanceled ()) return;
- if (command->failed ()) RK_DEBUG (PHP, DL_ERROR, "Plugin script R command %s failed. Full output wsa %s", qPrintable (command->command ()), qPrintable (command->fullOutput ()));
+ if (command->failed ()) RK_DEBUG (PHP, DL_ERROR, "Plugin script R command %s failed. Full output was %s", qPrintable (command->command ()), qPrintable (command->fullOutput ()));
QJSValueList args;
args.append (marshall (&engine, command));
More information about the rkward-tracker
mailing list