diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-08-08 08:37:27 +0200 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> | 2012-08-08 08:37:55 +0200 |
commit | 654ac1e090d29ce8a4c6d29a97ec7ca3f239c2f3 (patch) | |
tree | 0d28d02c80d2660009074171e20b4ca561bd3f3b /program/lib/Mail/mimePart.php | |
parent | de56ea1909d515d3e4807a04a6c4644b8226d08d (diff) |
Fix some typos
Diffstat (limited to 'program/lib/Mail/mimePart.php')
-rw-r--r-- | program/lib/Mail/mimePart.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |