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

github.com/nextcloud/desktop.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.h
parentb09f1d591c2dd5e056ac0f807a2058dbc1d278e1 (diff)
GUI comment and message typos for master
Diffstat (limited to 'src/gui/folderwatcher.h')
-rw-r--r--src/gui/folderwatcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/folderwatcher.h b/src/gui/folderwatcher.h
index c4526408e..15fe223a4 100644
--- a/src/gui/folderwatcher.h
+++ b/src/gui/folderwatcher.h
@@ -33,14 +33,14 @@ class FolderWatcherPrivate;
class Folder;
/**
- * @brief Montiors a directory recursively for changes
+ * @brief Monitors a directory recursively for changes
*
* Folder Watcher monitors a directory and its sub directories
* for changes in the local file system. Changes are signalled
* through the pathChanged() signal.
*
* Note that if new folders are created, this folderwatcher class
- * does not automatically adds them to the list of monitored
+ * does not automatically add them to the list of monitored
* dirs. That is the responsibility of the user of this class to
* call addPath() with the new dir.
*
@@ -60,7 +60,7 @@ public:
/**
* Not all backends are recursive by default.
* Those need to be notified when a directory is added or removed while the watcher is disabled.
- * This is a no-op for backend that are recursive
+ * This is a no-op for backends that are recursive
*/
void addPath(const QString&);
void removePath(const QString&);