From 3f5852c30e9db9c1b62688db61a1756ffd7db1a7 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 10 May 2014 12:50:20 -0700 Subject: correct minor typo --- include/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index 96242fdac..526007306 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -63,7 +63,7 @@ function bb_spacefy($st) { } // The previously spacefied [noparse][ i ]italic[ /i ][/noparse], -// now turns back and the [noparse] tags are trimed +// now turns back and the [noparse] tags are trimmed // returning [i]italic[/i] function bb_unspacefy_and_trim($st) { -- cgit v1.2.3