You misspelled "private". It's basically saying you can't declare a type (called "privite") before you set it as static. Just change it to "private" and that should fix it
thanks did not notice that