diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 13:00:15 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 11:03:11 +0000 |
commit | 9956b99e68c45a82015766873b4b7f581462bef2 (patch) | |
tree | 0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /linguistic/source/spelldsp.cxx | |
parent | 3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff) |
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7
Reviewed-on: https://gerrit.libreoffice.org/18959
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'linguistic/source/spelldsp.cxx')
-rw-r--r-- | linguistic/source/spelldsp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx index 70cb45f2f1eb..e77fd3063d38 100644 --- a/linguistic/source/spelldsp.cxx +++ b/linguistic/source/spelldsp.cxx @@ -631,7 +631,7 @@ Reference< XSpellAlternatives > SpellCheckerDispatcher::spell_Impl( xRes = NULL; // list of proposals found (to be checked against entries of - // neagtive dictionaries) + // negative dictionaries) ProposalList aProposalList; sal_Int16 eFailureType = -1; // no failure if (xRes.is()) |