]> git.mxchange.org Git - friendica.git/commitdiff
typos
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 20 Jan 2015 20:23:27 +0000 (21:23 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 20 Jan 2015 20:23:27 +0000 (21:23 +0100)
doc/snarty3-templates.md

index d23806a00b3b60b8e176be205f9ea06f923d866a..751ef20b3120ff4d6c216ecfa4a137ce5a5e6227 100644 (file)
@@ -19,7 +19,7 @@ Templates that are only used by addons shall be placed in the
 
 directory.
 
-To render a template use the function *get_markup_template* to load the template and *replace_macros* to replace the markros/variables in the just loaded template file.
+To render a template use the function *get_markup_template* to load the template and *replace_macros* to replace the macros/variables in the just loaded template file.
 
                $tpl = get_markup_template('install_settings.tpl');
         $o .= replace_macros($tpl, array( ... ));
@@ -105,7 +105,7 @@ An input box (see above) but prepared for special CSS styling for openID input.
 
 ### field_password.tpl
 
-A single line input field (see above) for texttual input. The characters typed in will not be shown by the browser. Field parameter:
+A single line input field (see above) for textual input. The characters typed in will not be shown by the browser. Field parameter:
 
 0. Name of the field,
 1. Label for the field,