Fixing a problem in my Tower Defense game

Hi experts, i had finished my unity 5 Tower defense game. Everything is ok but i have a problem that the money wich i have setted it to 400$ when i run it i see that is 0$ so i can do nothing in my ggame if i haven’t money!
my game is the same in this tuto the problem that i have is in this video How to make a Tower Defense Game (E12 USER INTERFACE) - Unity Tutorial - YouTube
please help and thanks

void start() {
Money = startMoney;
}

The Start() method must be spelled with a capital S or it won’t run.

In the future please post your code as text instead of images and format it with the 101010 button. I nearly just skipped this question since i thought there was no code attached ( impossible to help in that case)