correct minor typo

This commit is contained in:
Charles 2014-05-10 12:50:20 -07:00
parent 51d7be6f24
commit 3f5852c30e

View File

@ -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) {