From adc19e0929b36119ec89caac7aaf0381487da7e1 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Mon, 29 Jan 2007 17:10:52 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228432 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-get-quotaroot.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/imap/functions/imap-get-quotaroot.xml b/reference/imap/functions/imap-get-quotaroot.xml index e8b7d34a05..0f1e1dc835 100644 --- a/reference/imap/functions/imap-get-quotaroot.xml +++ b/reference/imap/functions/imap-get-quotaroot.xml @@ -1,5 +1,5 @@ - + imap_get_quotaroot @@ -67,7 +67,7 @@ if (is_array($quota)) { $message = $quota_values['MESSAGE']; echo "MESSAGE usage level is: " . $message['usage']; - echo "MESSAGE usage level is: " . $message['limit']; + echo "MESSAGE limit level is: " . $message['limit']; /* ... */