[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:27:52 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=573c591
The following commit has been merged in the master branch:
commit 573c591a9cf903e08de927235f95342eb8d07078
Author: Elias Probst <mail at eliasprobst.eu>
Date: Thu Aug 21 01:16:43 2014 +0200
Correct typo (Porcess → Process).
---
plugins/sftp/mounter.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
index 5947c24..4987f2b 100644
--- a/plugins/sftp/mounter.cpp
+++ b/plugins/sftp/mounter.cpp
@@ -148,7 +148,7 @@ void Mounter::onPakcageReceived(const NetworkPackage& np)
void Mounter::onStarted()
{
- kDebug(debugArea()) << "Porcess started";
+ kDebug(debugArea()) << "Process started";
m_started = true;
Q_EMIT mounted();
@@ -167,7 +167,7 @@ void Mounter::onError(QProcess::ProcessError error)
{
if (error == QProcess::FailedToStart)
{
- kDebug(debugArea()) << "Porcess failed to start";
+ kDebug(debugArea()) << "Process failed to start";
m_started = false;
Q_EMIT failed(i18n("Failed to start sshfs"));
}
@@ -190,7 +190,7 @@ void Mounter::onFinished(int exitCode, QProcess::ExitStatus exitStatus)
}
else
{
- kDebug(debugArea()) << "Porcess failed (exit code: " << exitCode << ")";
+ kDebug(debugArea()) << "Process failed (exit code: " << exitCode << ")";
Q_EMIT failed(i18n("Error when accessing to filesystem"));
}
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list