[Pkg-owncloud-commits] [owncloud-client] 363/498: ConfigFile: Fix spelling.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit cb4bfd8060942f46a834b052c2eba05c0f2f736b
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Jul 20 12:10:00 2015 +0200

    ConfigFile: Fix spelling.
---
 src/libsync/configfile.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libsync/configfile.cpp b/src/libsync/configfile.cpp
index f30d584..482172b 100644
--- a/src/libsync/configfile.cpp
+++ b/src/libsync/configfile.cpp
@@ -355,7 +355,7 @@ void ConfigFile::setRemotePollInterval(int interval, const QString &connection )
     if( connection.isEmpty() ) con = defaultConnection();
 
     if( interval < 5000 ) {
-        qDebug() << "Remote Poll interval of " << interval << " is below fife seconds.";
+        qDebug() << "Remote Poll interval of " << interval << " is below five seconds.";
         return;
     }
     QSettings settings(configFile(), QSettings::IniFormat);
@@ -394,7 +394,7 @@ bool ConfigFile::updateCheckInterval( const QString& connection ) const
 
     quint64 minInterval = 1000*60*5;
     if( interval < minInterval) {
-        qDebug() << "Update check interval less than fife minutes, setting " << minInterval;
+        qDebug() << "Update check interval less than five minutes, setting " << minInterval;
         interval = minInterval;
     }
     return interval;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list