]> git.joonet.de Git - adminer.git/commitdiff
Typos
authorJakub Vrana <jakub@vrana.cz>
Wed, 9 Feb 2011 17:39:25 +0000 (18:39 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 9 Feb 2011 17:39:25 +0000 (18:39 +0100)
plugins/slugify.php
plugins/tinymce.php

index 3344b22ed5c35c4c948f146b0668a7bd677e22af..153a06b6c690cc3be4a06de69f9ca4a94a568714 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-/** Prefill field containg "_slug" with slugified value of a previous field (JavaScript)
+/** Prefill field containing "_slug" with slugified value of a previous field (JavaScript)
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 4726f5de0ed1f123f686c1172c49c66a80ceee3e..80cd59744f4ac1d4bd53940321b11ee03e2deff3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-/** Edit all fields containg "_html" by HTML editor TinyMCE and display the HTML in select
+/** Edit all fields containing "_html" by HTML editor TinyMCE and display the HTML in select
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)