summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/checkcloudconnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/checkcloudconnection.cpp b/core/checkcloudconnection.cpp
index cf588a88a..69f2b9a6d 100644
--- a/core/checkcloudconnection.cpp
+++ b/core/checkcloudconnection.cpp
@@ -55,7 +55,7 @@ bool CheckCloudConnection::checkServer()
return true;
}
} else if (seconds < prefs.cloud_timeout) {
- QString text = tr("Waiting for cloud connetion (%n second(s) passed)", "", seconds);
+ QString text = tr("Waiting for cloud connection (%n second(s) passed)", "", seconds);
git_storage_update_progress(qPrintable(text));
} else {
disconnect(reply, SIGNAL(finished()), &loop, SLOT(quit()));