summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
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 )