Skip to content

Commit 6b089b4

Browse files
committed
Small typo correction.
1 parent 51dc5f2 commit 6b089b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function deletePaste($pasteid)
188188
if ($opendiscussion!='0') { $meta['opendiscussion']=true; }
189189
}
190190

191-
// Show we use syntax coloring when displaying ?
191+
// Should we use syntax coloring when displaying ?
192192
if (!empty($_POST['syntaxcoloring']))
193193
{
194194
$syntaxcoloring = $_POST['syntaxcoloring'];
@@ -231,7 +231,7 @@ function deletePaste($pasteid)
231231
// Add post date to meta.
232232
$meta['postdate']=time();
233233

234-
// We just want a small hash to avoid collisions: Half-MD5 (64 bits) will do the trick
234+
// We just want a small hash to avoid collisions: Half-MD5 (64 bits) will do the trick.
235235
$dataid = substr(hash('md5',$data),0,16);
236236

237237
$is_comment = (!empty($_POST['parentid']) && !empty($_POST['pasteid'])); // Is this post a comment ?

0 commit comments

Comments
 (0)