summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2021-07-29 17:16:14 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-07-29 22:22:00 +0200
commit67fc52d45b9c5e965f176eb917428c724c076ba0 (patch)
tree403cbb50e7006756172709621996d2a16e1eed1d
parent1787948f9a80e7f39c0d67869ff56d22223df584 (diff)
Fix typo
Change-Id: Ic16067f805346e2a019855c1b1fff4905cc52d57 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119683 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--pt_BR/pythonpath/lightproof_pt_BR.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pt_BR/pythonpath/lightproof_pt_BR.py b/pt_BR/pythonpath/lightproof_pt_BR.py
index b6b2b89..7679c10 100644
--- a/pt_BR/pythonpath/lightproof_pt_BR.py
+++ b/pt_BR/pythonpath/lightproof_pt_BR.py
@@ -1983,8 +1983,8 @@ dic = [[u'(?u)(?<![-\\w\u2013.,\xad])(assim|lhe|lhes|me|n\xE3o|nos|que|te|vezes|
[u'(?u)(?<![-\\w\u2013.,\xad])integro(?![-\\w\u2013\xad])', u'\xedntegro', u'Faltou o acento? Voc\xea quis dizer:', u'vintegro.search(TEXT) and option(LOCALE,"paronimo")'],
[u'(?u)(?<![-\\w\u2013.,\xad])intimo(?![-\\w\u2013\xad])', u'\xedntimo', u'Faltou o acento? Voc\xea quis dizer:', u'vintimo.search(TEXT) and option(LOCALE,"paronimo")'],
[u'(?u)(?<![-\\w\u2013.,\xad])intima(?![-\\w\u2013\xad])', u'\xedntima', u'Faltou o acento? Voc\xea quis dizer:', u'vintima.search(TEXT) and option(LOCALE,"paronimo")'],
- [u'(?u)(?<![-\\w\u2013.,\xad])renuncia(?![-\\w\u2013\xad])', u're\xfancia', u'Faltou o acento? Voc\xea quis dizer:', u'vrenuncia.search(TEXT) and option(LOCALE,"paronimo")'],
- [u'(?u)(?<![-\\w\u2013.,\xad])denuncia(?![-\\w\u2013\xad])', u'de\xfancia', u'Faltou o acento? Voc\xea quis dizer:', u'vdenuncia.search(TEXT) and option(LOCALE,"paronimo")'],
+ [u'(?u)(?<![-\\w\u2013.,\xad])renuncia(?![-\\w\u2013\xad])', u'ren\xfancia', u'Faltou o acento? Voc\xea quis dizer:', u'vrenuncia.search(TEXT) and option(LOCALE,"paronimo")'],
+ [u'(?u)(?<![-\\w\u2013.,\xad])denuncia(?![-\\w\u2013\xad])', u'den\xfancia', u'Faltou o acento? Voc\xea quis dizer:', u'vdenuncia.search(TEXT) and option(LOCALE,"paronimo")'],
[u'(?u)(?<![-\\w\u2013.,\xad])libero(?![-\\w\u2013\xad])', u'l\xedbero', u'Faltou o acento? Voc\xea quis dizer:', u'vlibero.search(TEXT) and option(LOCALE,"paronimo")'],
[u'(?u)(?<![-\\w\u2013.,\xad])liquido(?![-\\w\u2013\xad])', u'l\xedquido', u'Faltou o acento? Voc\xea quis dizer:', u'vliquido.search(TEXT) and option(LOCALE,"paronimo")'],
[u'(?u)(?<![-\\w\u2013.,\xad])liquida(?![-\\w\u2013\xad])', u'l\xedquida', u'Faltou o acento? Voc\xea quis dizer:', u'vliquida.search(TEXT) and option(LOCALE,"paronimo")'],