aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-01-21 18:33:45 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-01-21 18:33:45 +0000
commit576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a (patch)
tree044f9e15ce160c7b3ad7a3c6db4533de93367287 /phpBB/includes/ucp/ucp_pm.php
parent61d4209aafac6a58bc3cecffaab8f821c4149688 (diff)
downloadforums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.tar
forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.tar.gz
forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.tar.bz2
forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.tar.xz
forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.zip
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm.php')
-rw-r--r--phpBB/includes/ucp/ucp_pm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm.php b/phpBB/includes/ucp/ucp_pm.php
index b9c069e47e..b1f016e149 100644
--- a/phpBB/includes/ucp/ucp_pm.php
+++ b/phpBB/includes/ucp/ucp_pm.php
@@ -239,7 +239,7 @@ class ucp_pm
handle_mark_actions($user->data['user_id'], $mark_option);
}
- // If new messages arrived, place them into the appropiate folder
+ // If new messages arrived, place them into the appropriate folder
$num_not_moved = $num_removed = 0;
if ($user->data['user_new_privmsg'] && $action == 'view_folder')