http://api.drupal.org/api/5/function/hook_comment tells me:

$op What kind of action is being performed. Possible values:

* "insert": The comment is being deleted.

I don't see the link between 'insert' and 'deleted'. One or the other is wrong. Or if you use the $op 'insert' to delete a comment that warrants some more explanation.

Comments

add1sun’s picture

Status: Active » Fixed

Thanks. Fixed to read "comment is being inserted." in 4.7, 5 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)