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/selectivesyncdialog.cpp
parentb09f1d591c2dd5e056ac0f807a2058dbc1d278e1 (diff)
GUI comment and message typos for master
Diffstat (limited to 'src/gui/selectivesyncdialog.cpp')
-rw-r--r--src/gui/selectivesyncdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/selectivesyncdialog.cpp b/src/gui/selectivesyncdialog.cpp
index b041ee884..f24e42f0c 100644
--- a/src/gui/selectivesyncdialog.cpp
+++ b/src/gui/selectivesyncdialog.cpp
@@ -271,7 +271,7 @@ void SelectiveSyncTreeView::slotItemChanged(QTreeWidgetItem *item, int col)
if (item->checkState(0) == Qt::Checked) {
// If we are checked, check that we may need to check the parent as well if
- // all the sibilings are also checked
+ // all the siblings are also checked
QTreeWidgetItem *parent = item->parent();
if (parent && parent->checkState(0) != Qt::Checked) {
bool hasUnchecked = false;