Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-08-07 15:45:38 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-08-07 16:43:38 +0300
commita4b8bbb7d7380ec956522c675adf3e98ae695a99 (patch)
tree9e605e7e475f2c42d3db5218f1edc7b14e065e8f /doc/transformations.rst
parentf7f65e97188efbd7a8000b002e27a5ea78b8c070 (diff)
Fix some typos found with yaspeller
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'doc/transformations.rst')
-rw-r--r--doc/transformations.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/transformations.rst b/doc/transformations.rst
index 5020132978..5a46b9decb 100644
--- a/doc/transformations.rst
+++ b/doc/transformations.rst
@@ -104,7 +104,7 @@ There is a file called ':file:`libraries/classes/Plugins/Transformations.php`' t
basic functions which can be included by any other transform function.
The file name convention is ``[Mimetype]_[Subtype]_[Transformation
-Name].php``, while the abtract class that it extends has the
+Name].php``, while the abstract class that it extends has the
name ``[Transformation Name]TransformationsPlugin``. All of the
methods that have to be implemented by a transformations plug-in are: