[SCM] ktp-filetransfer-handler packaging branch, master, updated. debian/15.12.1-2-226-g825cd93

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:11:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-filetransfer-handler.git;a=commitdiff;h=bb96933

The following commit has been merged in the master branch:
commit bb969330eed0e73795198265b502d19aba3717f8
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Sun Sep 4 12:57:11 2011 +0300

    Fix spelling error reported by lintian.
    
    I: telepathy-kde-filetransfer-handler: spelling-error-in-binary usr/bin/telepathy-kde-filetransfer-handler Persistant Persistent
---
 src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index 19182db..3aed37f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -37,7 +37,7 @@ int main(int argc, char* argv[])
     // Add --debug as and --persist commandline options
     KCmdLineOptions options;
     options.add("debug", ki18n("Show Telepathy debugging information"));
-    options.add("persist", ki18n("Persistant mode (does not exit on timeout)"));
+    options.add("persist", ki18n("Persistent mode (does not exit on timeout)"));
     KCmdLineArgs::addCmdLineOptions(options);
 
     KCmdLineArgs::init(argc, argv, &aboutData);

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list