Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-05 07:21:19 +0300
committerPhil Davis <phil.davis@inf.org>2015-10-05 07:21:19 +0300
commitb8ccbbc72a183becc9c6d372297b851e0cd39161 (patch)
treeb7a6069ecfd6990c4344fe3e07f147c7ae85e5a6 /src/gui/folderwatcher.cpp
parentb09f1d591c2dd5e056ac0f807a2058dbc1d278e1 (diff)
GUI comment and message typos for master
Diffstat (limited to 'src/gui/folderwatcher.cpp')
-rw-r--r--src/gui/folderwatcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/folderwatcher.cpp b/src/gui/folderwatcher.cpp
index 4ff8f233d..217ebd106 100644
--- a/src/gui/folderwatcher.cpp
+++ b/src/gui/folderwatcher.cpp
@@ -75,8 +75,8 @@ void FolderWatcher::changeDetected( const QStringList& paths )
// TODO: this shortcut doesn't look very reliable:
// - why is the timeout only 1 second?
- // - what if there are more than one file being updated frequently?
- // - why do we skip the file alltogether instead of e.g. reducing the upload frequency?
+ // - what if there is more than one file being updated frequently?
+ // - why do we skip the file altogether instead of e.g. reducing the upload frequency?
// Check if the same path was reported within the last second.
QSet<QString> pathsSet = paths.toSet();