Whats wrong with my script? I got an error- Insert a semicolon at the end.

Line 3:

//Mistake
var TheDamamge : int - 50;

//Correction
var TheDamamge : int = 50;

//One more thing
//Line 17
//Try to use the correct spelling on the same variable
hit...( "ApplyDammage", TheDammage, ... );