diff options
author | Fourchaux <jprodi04@gmail.com> | 2019-02-13 14:04:56 +0100 |
---|---|---|
committer | Armaël Guéneau <Armael@users.noreply.github.com> | 2019-02-13 14:04:56 +0100 |
commit | 1946594bd7c9a72d1441f19942abbed89e58c0dc (patch) | |
tree | 14f9529447a42f166fbafc57e07af7b2cbc44d90 /testsuite/tests/tool-ocamldoc/Paragraph.html.reference | |
parent | 07794568ebdb36d121051e8003cb9ccdd88d847d (diff) | |
download | ocaml-1946594bd7c9a72d1441f19942abbed89e58c0dc.tar.gz |
Fixing typos in various files (#2246)
Note: Typos found with https://github.com/codespell-project/codespell
Here is the (semi-manual) command used to get (and correct) the typos:
$ codespell -i 3 -w --skip=".png,.gif,./ocaml/boot,./ocaml/.git,./ocaml/manual/styles,./ocaml/manual/manual/htmlman" -L minimise,instal,contructor,"o'caml",cristal,pres,clos,cmo,uint,iff,te,objext,nto,nd,mut,upto,larg,exten,leage,mthod,delte,tim,atleast,langage,hten,iwth,mke,contant,succint,methids,eles,valu,clas,modul,que,classe,missings,froms,defaut,correspondance,differents,configury,reachs,cas,approche,normale,dur,millon,amin,oje,transfert
Diffstat (limited to 'testsuite/tests/tool-ocamldoc/Paragraph.html.reference')
-rw-r--r-- | testsuite/tests/tool-ocamldoc/Paragraph.html.reference | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/tool-ocamldoc/Paragraph.html.reference b/testsuite/tests/tool-ocamldoc/Paragraph.html.reference index 2672a5f689..7cc2bc1fff 100644 --- a/testsuite/tests/tool-ocamldoc/Paragraph.html.reference +++ b/testsuite/tests/tool-ocamldoc/Paragraph.html.reference @@ -41,7 +41,7 @@ <li>An enumerated list first element</li> <li>second element</li> </OL> -<div align=left>Alignement test: left</div><div align=right>Right</div><center>Center</center> +<div align=left>Alignment test: left</div><div align=right>Right</div><center>Center</center> <p>Other complex text<sub class="subscript">in subscript </sub><sup class="superscript">and superscript</sup></p> <p>There is also html specific elements.</p> |