aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-05-11 07:38:01 +1000
committerRedMatrix <info@friendica.com>2014-05-11 07:38:01 +1000
commitb4fd20c6240a154985ea653722e814dbfaccb85f (patch)
treeb33541e3956222bd1dc6a60af057c3748181cc2b /include
parent1ed210ef0ad38f687d0136e571b87c2ebb4aae9c (diff)
parent3f5852c30e9db9c1b62688db61a1756ffd7db1a7 (diff)
downloadvolse-hubzilla-b4fd20c6240a154985ea653722e814dbfaccb85f.tar.gz
volse-hubzilla-b4fd20c6240a154985ea653722e814dbfaccb85f.tar.bz2
volse-hubzilla-b4fd20c6240a154985ea653722e814dbfaccb85f.zip
Merge pull request #455 from encyclomundi/master
correct minor typo
Diffstat (limited to 'include')
-rw-r--r--include/bbcode.php2
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) {