summaryrefslogtreecommitdiff
path: root/cui/source/options/personalization.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:21:49 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-03 09:02:48 +0000
commit87dc6c82d5cd174ae2384b66a203a93402b43291 (patch)
tree27d9e9444993c4c858b8b64818c073d389594408 /cui/source/options/personalization.cxx
parent6e7991dfd8c54a833f4a9795a0d57f4690e92e6b (diff)
Fix typos
Change-Id: Ideb5688a8c9e7cf10038f2e9d00991e8653b1875 Reviewed-on: https://gerrit.libreoffice.org/16706 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'cui/source/options/personalization.cxx')
-rw-r--r--cui/source/options/personalization.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx
index f19cfb4589d9..5e550a22b3ce 100644
--- a/cui/source/options/personalization.cxx
+++ b/cui/source/options/personalization.cxx
@@ -143,7 +143,7 @@ IMPL_LINK( SelectPersonaDialog, SearchPersonas, PushButton*, pButton )
return 0;
// TODO FIXME!
- // Before the release, the allizom.org url shoud be changed to:
+ // Before the release, the allizom.org url should be changed to:
// OUString rSearchURL = "https://services.addons.mozilla.org/en-US/firefox/api/1.5/search/" + searchTerm + "/9/9";
// The problem why it cannot be done just now is that the SSL negotiation
// with services.addons.mozilla.org fails very early - during an early
@@ -153,7 +153,7 @@ IMPL_LINK( SelectPersonaDialog, SearchPersonas, PushButton*, pButton )
// This is not cleared anywhere during the init, and so later, even though
// we have found the certificate, this triggers
// NeonSession_CertificationNotify callback, that
- // causes that NE_SSL_UNTRUSTED is igored in cases when the condition
+ // causes that NE_SSL_UNTRUSTED is ignored in cases when the condition
// if ( pSession->isDomainMatch(
// GetHostnamePart( xEECert.get()->getSubjectName() ) ) )
// is true; but that is only when getSubjectName() actually returns a