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

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Nilsen <waindor@waindor.com>2020-05-02 11:55:31 +0300
committerGitHub <noreply@github.com>2020-05-02 11:55:31 +0300
commit0efa899d6ca3ddd1feb78bf8332d1f73841d2154 (patch)
tree0cfd1a3c492f3838ae0ba852822605965fff5ad9 /program/include/rcmail.php
parent55343ffd7d3e9ab959040671f66a9582534c60b5 (diff)
Grammar correction (#7346)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index d3121b3ce..8d0fc1c11 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -850,7 +850,7 @@ class rcmail extends rcube
*
* @param mixed $p Either a string with the action or
* url parameters as key-value pairs
- * @param boolean $absolute Build an URL absolute to document root
+ * @param boolean $absolute Build a URL absolute to document root
* @param boolean $full Create fully qualified URL including http(s):// and hostname
* @param bool $secure Return absolute URL in secure location
*