summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_imap_generic.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-07-30 09:46:49 +0200
committerAleksander Machniak <alec@alec.pl>2013-07-30 09:46:49 +0200
commit80112d07497ce0f69ce4b60a22b75b603f8bd5b0 (patch)
tree056656fdef151bda289a7ae68e0ac1d03e98b2a8 /program/lib/Roundcube/rcube_imap_generic.php
parent86dd03677466ceb37e0a2d3d43e8a76472966745 (diff)
Fixed typo in comment
Diffstat (limited to 'program/lib/Roundcube/rcube_imap_generic.php')
-rw-r--r--program/lib/Roundcube/rcube_imap_generic.php2
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;
}