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
path: root/src/creds
diff options
context:
space:
mode:
authorChristian Kamm <kamm@incasoftware.de>2014-12-03 16:59:53 +0300
committerChristian Kamm <kamm@incasoftware.de>2014-12-04 11:54:15 +0300
commitf82893496bcbe63ee2488c8929b4e8deda7c47f4 (patch)
treeaca1bd7c8ec9173efddbc981f87c8e815552badb /src/creds
parentc418e58f88a90fa97acfb0d160df6f3e59ce914e (diff)
Fix typo.
Diffstat (limited to 'src/creds')
-rw-r--r--src/creds/shibbolethcredentials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creds/shibbolethcredentials.h b/src/creds/shibbolethcredentials.h
index 883735e08..1320a176f 100644
--- a/src/creds/shibbolethcredentials.h
+++ b/src/creds/shibbolethcredentials.h
@@ -40,7 +40,7 @@ Q_OBJECT
public:
ShibbolethCredentials();
- /* create a credidentials for an already connected account */
+ /* create a credentials for an already connected account */
ShibbolethCredentials(const QNetworkCookie &cookie, Account *acc);
void syncContextPreInit(CSYNC* ctx) Q_DECL_OVERRIDE;