Run aspell

This commit is contained in:
Florent Daigniere
2023-10-20 09:20:30 +02:00
parent efcf7a1581
commit af511308c9
16 changed files with 35 additions and 35 deletions

View File

@@ -93,7 +93,7 @@ Configuration files should be compiled at runtime by the container `start.py`
script and all conditional syntax should be handled using Jinja logic.
The `socrate` Python package should include relevant functions for container
lifecycle management.
life-cycle management.
Anything that is not static, i.e. able to change at runtime, either due to
configuration in the admin UI or user behavior, should take advantage of the

View File

@@ -8,7 +8,7 @@ Mailu uses Babel for internationalization and localization. Before any
of your work is merged, you must make sure that your strings are internationalized
using Babel.
If you used ``_``, ``trans`` blocks and other Babel syntaxes in your code, run the
If you used ``_``, ``trans`` blocks and other Babel syntax in your code, run the
following command to update the POT file:
.. code-block:: bash
@@ -26,7 +26,7 @@ Please resolve fuzzy strings to the best of your knowledge.
Update information files
------------------------
If you added a feature or fixed a bug or committed anything that is worth mentionning
If you added a feature or fixed a bug or committed anything that is worth mentioning
for the next upgrade, add it in the ``CHANGELOG.md`` file.
Also, if you would like to be mentioned by name or add a comment in ``AUTHORS.md``,

View File

@@ -19,8 +19,8 @@ This is a community project, thus commits should be readable enough for any of
the contributors to guess the content by simply reading the comment or find a
proper commit when one knows what they are looking for.
Usual standards remain: write english comments, single line short comments and
additional multiline if required (keep in mind that the most important piece
Usual standards remain: write English comments, single line short comments and
additional multi-line if required (keep in mind that the most important piece
of information should fit in the first line).
Branches