That was already unticked do i need to change this?
<?php comment_form(
array(
'comment_field' => '<p class="comment-form-comment"><label for="comment">' . __( 'Comment', 'jenny' ) . '</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>',
'comment_notes_after' => '<p class="form-allowed-tags">' . sprintf( __( '', 'jenny' ), ' <code>' . allowed_tags() . '</code>' ) . '</p>',
'id_form' => 'commentform',
'id_submit' => 'submit',
'title_reply' => __( 'Leave a Comment', 'jenny' ),
'cancel_reply_link' => __( '(Cancel Reply)', 'jenny' ),
'label_submit' => __( 'Submit', 'jenny'),
)
); ?>