Quicky error fix...I hope

Ok, I am getting 2 errors on this.
1023: Incompatible override.
and…
1021: Duplicate function definition.

I’ma kindof stumped on this one…
errr…help? ^_~

Thanks in advance.

function myStageManager(event:Event):void {
    trace("Do some stuff here...please??!! Silly damn thing...");
}
parent.stage.addEventListener(Event.RESIZE, myStageManager);