summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-07-03 10:05:58 +0200
committerAndras Timar <andras.timar@collabora.com>2015-07-03 10:06:39 +0200
commite9e61a4a7850ec7f2e0cf238c58794b021da5235 (patch)
treed0cca5416c568b1b0fab83a85e7d65a02b4e3932 /ucb
parentdd819b76b60df52e98d75993f9e69c22f2811de9 (diff)
typo: therfore -> therefore
Change-Id: I9dcc0ce882dfd533d98a4f71625bb85e44084283
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/NeonSession.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index 5c90ae2600b8..c70bc1bff2f6 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -428,7 +428,7 @@ extern "C" int NeonSession_CertificationNotify( void *userdata,
do
{
//get the intermediate certificate
- //the returned value is const ! Therfore it does not need to be freed
+ //the returned value is const ! Therefore it does not need to be freed
//with ne_ssl_cert_free, which takes a non-const argument
issuerCert = ne_ssl_cert_signedby( issuerCert );
if ( NULL == issuerCert )