diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-08 08:58:32 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-08 08:58:32 +0200 |
commit | 9bfe14f7781f6f7567cfbf109474254cf6272518 (patch) | |
tree | 8ab9558c7e5fa500989100a6b4d73e68a79d4234 /program/lib/Mail | |
parent | 2b992c5683716faee80e2e0936dc2bbd01b3de09 (diff) | |
parent | b93f5556f20e8e5ce5c235fee11dec4c2a070060 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/lib/Mail')
-rw-r--r-- | program/lib/Mail/mime.php | 2 | ||||
-rw-r--r-- | program/lib/Mail/mimePart.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/program/lib/Mail/mime.php b/program/lib/Mail/mime.php index 76c6ec2ff..c459b9123 100644 --- a/program/lib/Mail/mime.php +++ b/program/lib/Mail/mime.php @@ -1090,7 +1090,7 @@ class Mail_mime /** * Get the text version of the headers - * (usefull if you want to use the PHP mail() function) + * (useful if you want to use the PHP mail() function) * * @param array $xtra_headers Assoc array with any extra headers (optional) * (Don't set Content-Type for multipart messages here!) diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php index 4e4170d8e..292227fb0 100644 --- a/program/lib/Mail/mimePart.php +++ b/program/lib/Mail/mimePart.php @@ -648,7 +648,7 @@ class Mail_mimePart } /** - * Encodes the paramater of a header. + * Encodes the parameter of a header. * * @param string $name The name of the header-parameter * @param string $value The value of the paramter |