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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/gettextwrapper.inc.php')
-rw-r--r--frontends/php/include/gettextwrapper.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/gettextwrapper.inc.php b/frontends/php/include/gettextwrapper.inc.php
index e8ebab42c33..4a171a80137 100644
--- a/frontends/php/include/gettextwrapper.inc.php
+++ b/frontends/php/include/gettextwrapper.inc.php
@@ -21,7 +21,7 @@
/**
* In case gettext functions do not exist, just replacing them with our own,
- * so user can see at least english translation.
+ * so user can see at least English translation.
*/
if (!function_exists('_')) {
/**
@@ -180,7 +180,7 @@ function _xn($message, $messagePlural, $num, $context) {
/**
* Returns a formatted string.
*
- * @param string $format recieves already stranlated string with format
+ * @param string $format receives already stranlated string with format
* @param array $arguments arguments to replace according to given format
*
* @return string