[rkward] rkward/windows: Spelling

Thomas Friedrichsmeier null at kde.org
Wed Apr 4 16:36:26 UTC 2018


Git commit e0579b853b8554f0f39b90465e3026f2ac7f99a4 by Thomas Friedrichsmeier.
Committed on 04/04/2018 at 16:33.
Pushed by tfry into branch 'master'.

Spelling

M  +1    -1    rkward/windows/rkdebugmessagewindow.cpp
M  +1    -1    rkward/windows/rkdebugmessagewindow.h
M  +1    -1    rkward/windows/rkhtmlwindow.cpp

https://commits.kde.org/rkward/e0579b853b8554f0f39b90465e3026f2ac7f99a4

diff --git a/rkward/windows/rkdebugmessagewindow.cpp b/rkward/windows/rkdebugmessagewindow.cpp
index 5a47d1d1..bf279caf 100644
--- a/rkward/windows/rkdebugmessagewindow.cpp
+++ b/rkward/windows/rkdebugmessagewindow.cpp
@@ -77,7 +77,7 @@ void RKDebugMessageWindow::createWidget () {
 		setFocusProxy (layout_widget);
 
 		if (first) {
-			KMessageBox::information (this, i18n ("<p>This window is used for displaying RKWard related debug messages. It is targetted primarily at (plugin) developers. It does <b>not</b> offer any features for debugging R code.</p>"
+			KMessageBox::information (this, i18n ("<p>This window is used for displaying RKWard related debug messages. It is targeted primarily at (plugin) developers. It does <b>not</b> offer any features for debugging R code.</p>"
 				"<p>Note that the list of messages is cleared every time you close the window.</p><p>Type and severity level of messages can be controlled from Settings->Configure RKWard->Debug</p>"), i18n ("About this window"), "inforkdebugmessagewindow");
 			first = false;
 		}
diff --git a/rkward/windows/rkdebugmessagewindow.h b/rkward/windows/rkdebugmessagewindow.h
index c96dd212..c4892570 100644
--- a/rkward/windows/rkdebugmessagewindow.h
+++ b/rkward/windows/rkdebugmessagewindow.h
@@ -23,7 +23,7 @@
 class RKDebugMessageWindowWidget;
 class QTextEdit;
 
-/** Tool window for displaying RKWard debug messages. Mainly targetted at plugin
+/** Tool window for displaying RKWard debug messages. Mainly targeted at plugin
  * developers. */
 class RKDebugMessageWindow : public RKMDIWindow {
 public:
diff --git a/rkward/windows/rkhtmlwindow.cpp b/rkward/windows/rkhtmlwindow.cpp
index 1fd2fecb..634c47d1 100644
--- a/rkward/windows/rkhtmlwindow.cpp
+++ b/rkward/windows/rkhtmlwindow.cpp
@@ -1061,7 +1061,7 @@ void RKOutputWindowManager::setCurrentOutputPath (const QString &_path) {
 	QUrl url = QUrl::fromLocalFile (_path);
 	url = url.adjusted (QUrl::NormalizePathSegments);
 	QString path = watchFilePath (url.toLocalFile ());
-	RK_DEBUG (APP, DL_DEBUG, "setting default ouput file to %s (%s), from %s", qPrintable (path), qPrintable (_path), qPrintable (current_default_path));
+	RK_DEBUG (APP, DL_DEBUG, "setting default output file to %s (%s), from %s", qPrintable (path), qPrintable (_path), qPrintable (current_default_path));
 
 #ifdef Q_OS_WIN
 	// On windows, when flushing the output (i.e. deleting, re-creating it), KDirWatch seems to purge the file from the



More information about the rkward-tracker mailing list