diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-07-30 09:46:49 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-07-30 09:46:49 +0200 |
commit | 80112d07497ce0f69ce4b60a22b75b603f8bd5b0 (patch) | |
tree | 056656fdef151bda289a7ae68e0ac1d03e98b2a8 /program/lib | |
parent | 86dd03677466ceb37e0a2d3d43e8a76472966745 (diff) |
Fixed typo in comment
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/Roundcube/rcube_imap_generic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_imap_generic.php b/program/lib/Roundcube/rcube_imap_generic.php index 920c7184a..45eb0311f 100644 --- a/program/lib/Roundcube/rcube_imap_generic.php +++ b/program/lib/Roundcube/rcube_imap_generic.php @@ -2492,7 +2492,7 @@ class rcube_imap_generic } if ($binary) { - // WARNING: Use $formatting argument with care, this may break binary data stream + // WARNING: Use $formatted argument with care, this may break binary data stream $mode = -1; } |