diff options
author | Charles <cer@a2c3.co> | 2014-05-10 12:50:20 -0700 |
---|---|---|
committer | Charles <cer@a2c3.co> | 2014-05-10 12:50:20 -0700 |
commit | 3f5852c30e9db9c1b62688db61a1756ffd7db1a7 (patch) | |
tree | 39ff19a1a34173361caa39bc3934aa1511acffc2 /include/bbcode.php | |
parent | 51d7be6f24900318ca92c594f12e5c5dcc2303b6 (diff) | |
download | volse-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.php | 2 |
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) { |