aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorCharles <cer@a2c3.co>2014-05-10 12:50:20 -0700
committerCharles <cer@a2c3.co>2014-05-10 12:50:20 -0700
commit3f5852c30e9db9c1b62688db61a1756ffd7db1a7 (patch)
tree39ff19a1a34173361caa39bc3934aa1511acffc2 /include/bbcode.php
parent51d7be6f24900318ca92c594f12e5c5dcc2303b6 (diff)
downloadvolse-hubzilla-3f5852c30e9db9c1b62688db61a1756ffd7db1a7.tar.gz
volse-hubzilla-3f5852c30e9db9c1b62688db61a1756ffd7db1a7.tar.bz2
volse-hubzilla-3f5852c30e9db9c1b62688db61a1756ffd7db1a7.zip
correct minor typo
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php2
1 files changed, 1 insertions, 1 deletions
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) {