summaryrefslogtreecommitdiff
path: root/docs/programmers/api-functions
diff options
context:
space:
mode:
Diffstat (limited to 'docs/programmers/api-functions')
-rw-r--r--docs/programmers/api-functions/api-create-data.md2
-rw-r--r--docs/programmers/api-functions/api-disable-security.md2
-rw-r--r--docs/programmers/api-functions/api-enable-security.md2
-rw-r--r--docs/programmers/api-functions/api-mute-expected-errors.md2
-rw-r--r--docs/programmers/api-functions/api-register-default-plugin-handler.md2
-rw-r--r--docs/programmers/api-functions/api-test-install.md2
6 files changed, 6 insertions, 6 deletions
diff --git a/docs/programmers/api-functions/api-create-data.md b/docs/programmers/api-functions/api-create-data.md
index 2d9f281b..7e083776 100644
--- a/docs/programmers/api-functions/api-create-data.md
+++ b/docs/programmers/api-functions/api-create-data.md
@@ -26,7 +26,7 @@ the following parameters:
variables assigned to any of the objects in it\'s parent chain.
Data objects are used to create scopes for assigned variables. They can
-be used to have controll which variables are seen by which templates.
+be used to control which variables are seen by which templates.
<?php
diff --git a/docs/programmers/api-functions/api-disable-security.md b/docs/programmers/api-functions/api-disable-security.md
index efbaa355..1166828e 100644
--- a/docs/programmers/api-functions/api-disable-security.md
+++ b/docs/programmers/api-functions/api-disable-security.md
@@ -9,7 +9,7 @@ string
disableSecurity
-This disables securty checking on templates.
+This disables security checking on templates.
See also [`enableSecurity()`](#api.enable.security), and
[Security](#advanced.features.security).
diff --git a/docs/programmers/api-functions/api-enable-security.md b/docs/programmers/api-functions/api-enable-security.md
index 3326900d..72ee38bb 100644
--- a/docs/programmers/api-functions/api-enable-security.md
+++ b/docs/programmers/api-functions/api-enable-security.md
@@ -25,7 +25,7 @@ string
enableSecurity
-This enables securty checking on templates. It uses the following
+This enables security checking on templates. It uses the following
parameters:
- `securityclass` is an optional parameter. It\'s the name of the
diff --git a/docs/programmers/api-functions/api-mute-expected-errors.md b/docs/programmers/api-functions/api-mute-expected-errors.md
index 1ce45d49..c0c29c06 100644
--- a/docs/programmers/api-functions/api-mute-expected-errors.md
+++ b/docs/programmers/api-functions/api-mute-expected-errors.md
@@ -16,6 +16,6 @@ given error was produced deliberately and must be ignored, or should be
passed on to the next error handler.
`Smarty::unmuteExpectedErrors()` removes the current error handler.
-Please note, that if you\'ve registerd any custom error handlers after
+Please note, that if you\'ve registered any custom error handlers after
the muteExpectedErrors() call, the unmute will not remove Smarty\'s
muting error handler, but the one registered last.
diff --git a/docs/programmers/api-functions/api-register-default-plugin-handler.md b/docs/programmers/api-functions/api-register-default-plugin-handler.md
index 9447d962..03547df7 100644
--- a/docs/programmers/api-functions/api-register-default-plugin-handler.md
+++ b/docs/programmers/api-functions/api-register-default-plugin-handler.md
@@ -18,7 +18,7 @@ not find a definition for a tag otherwise. It uses the following
parameters:
If during compilation Smarty encounters tag which is not defined
-internal, registered or loacted in the plugins folder it tries to
+internal, registered or located in the plugins folder it tries to
resolve it by calling the registered default plugin handler. The handler
may be called several times for same undefined tag looping over valid
plugin types.
diff --git a/docs/programmers/api-functions/api-test-install.md b/docs/programmers/api-functions/api-test-install.md
index 3afe5ec1..918bd220 100644
--- a/docs/programmers/api-functions/api-test-install.md
+++ b/docs/programmers/api-functions/api-test-install.md
@@ -10,7 +10,7 @@ void
testInstall
This function verifies that all required working folders of the Smarty
-installation can be accessed. It does output a corresponding protocoll.
+installation can be accessed. It does output a corresponding protocol.
<?php