[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:50 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=a19b8da

The following commit has been merged in the master branch:
commit a19b8daafc5ec9d6177655b8bdec3dcc03f5010b
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat May 12 15:29:28 2012 +0100

    fix spelling mistake in debug message
---
 plasmoid/declarative-plugin/conversations-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmoid/declarative-plugin/conversations-model.cpp b/plasmoid/declarative-plugin/conversations-model.cpp
index 9424f0f..4d22861 100644
--- a/plasmoid/declarative-plugin/conversations-model.cpp
+++ b/plasmoid/declarative-plugin/conversations-model.cpp
@@ -152,7 +152,7 @@ void ConversationsModel::handleValidityChange(bool valid)
             sender->deleteLater();
             endRemoveRows();
         } else {
-            kError() << "attempting to delete non-existant conversation";
+            kError() << "attempting to delete non-existent conversation";
         }
     }
 }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list