diff options
author | RedMatrix <info@friendica.com> | 2014-05-11 07:38:01 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-05-11 07:38:01 +1000 |
commit | b4fd20c6240a154985ea653722e814dbfaccb85f (patch) | |
tree | b33541e3956222bd1dc6a60af057c3748181cc2b | |
parent | 1ed210ef0ad38f687d0136e571b87c2ebb4aae9c (diff) | |
parent | 3f5852c30e9db9c1b62688db61a1756ffd7db1a7 (diff) | |
download | volse-hubzilla-b4fd20c6240a154985ea653722e814dbfaccb85f.tar.gz volse-hubzilla-b4fd20c6240a154985ea653722e814dbfaccb85f.tar.bz2 volse-hubzilla-b4fd20c6240a154985ea653722e814dbfaccb85f.zip |
Merge pull request #455 from encyclomundi/master
correct minor typo
-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 d89ae8485..a4e7560d6 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) { |