]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/markdown.php
Document 404 "Page not found" server error for translators.
[quix0rs-gnu-social.git] / extlib / markdown.php
index 1bb1b6ce43879c18917bb943e324d98726ce74ed..8179b568b86f2b72e322d34fa4cc20e963a67f69 100644 (file)
@@ -1348,7 +1348,7 @@ class Markdown_Parser {
 //                             {
 //                                     list(, $div_open, , $div_content, $div_close) = $matches;
 //
-//                                     # We cannot call Markdown(), because that resets the hash;
+//                                     # We can't call Markdown(), because that resets the hash;
 //                                     # that initialization code should be pulled into its own sub, though.
 //                                     $div_content = $this->hashHTMLBlocks($div_content);
 //