From f265cfe8d37c5abbeade69b13ecfd57944dd4e5b Mon Sep 17 00:00:00 2001 From: thomppj Date: Tue, 6 Feb 2001 14:46:06 +0000 Subject: [PATCH] spelling mistake git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1060 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/move_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/move_messages.php b/src/move_messages.php index 550213f8..14588066 100644 --- a/src/move_messages.php +++ b/src/move_messages.php @@ -90,7 +90,7 @@ // If the delete button was pressed, the moveButton variable will not be set. elseif (!isset($moveButton)) { if (is_array($msg) == 1) { - // Marks the selected messages ad 'Deleted' + // Marks the selected messages as 'Deleted' $j = 0; $i = 0; -- 2.25.1