summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:45:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 11:02:47 +0000
commit98ef3edb8a5d1a13963101d41abb2a8dd8a806dd (patch)
tree16bac175c1f7d1957958470099b2708e4631ed4f /linguistic
parent86781bcfc8f12df980af5c86c2f9e75067f02abc (diff)
Fix typos
Change-Id: Id5811d092917c872715559f4508d01e4173d090c Reviewed-on: https://gerrit.libreoffice.org/35636 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngsvcmgr.cxx2
-rw-r--r--linguistic/workben/sspellimp.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index 5e3df847b522..1a3b732f21cb 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -910,7 +910,7 @@ void LngSvcMgr::Notify( const uno::Sequence< OUString > &rPropertyNames )
}
else
{
- SAL_WARN( "linguistic", "nofified for unexpected property" );
+ SAL_WARN( "linguistic", "notified for unexpected property" );
}
}
}
diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx
index 56d3ffc7810a..a46b7aa7f552 100644
--- a/linguistic/workben/sspellimp.cxx
+++ b/linguistic/workben/sspellimp.cxx
@@ -123,7 +123,7 @@ sal_Int16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale & )
{
// Checks whether a word is OK in a given language (Locale) or not, and
// provides a failure type for the incorrect ones.
- // - words with "liss" (case sensitiv) as substring will be negative.
+ // - words with "liss" (case sensitive) as substring will be negative.
// - words with 'x' or 'X' will have incorrect spelling.
// - words with 's' or 'S' as first letter will have the wrong caption.
// - all other words will be OK.