Symbol e declared twice with different types!

Hi
I am trying to run a very basic RBC dynare code, but i can not figure out where does this error come from " Symbol e declared twice with different types!".
I will be very thankful if anyone can help me find out what’s wrong with this code.
sample1.mod (721 Bytes)
Regards,
Sarvin

shoks;
var e; stderr 0.01; 
end;

should be

shocks;
var e; stderr 0.01; 
end;

ooops that was a typo, thanks a lot!