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
Comment #1
add1sun commentedThanks. Fixed to read "comment is being inserted." in 4.7, 5 and HEAD.
Comment #2
(not verified) commented