Line 397 currently reads `printf("The sun is shinning...\n"); ` It should read `printf("The sun is shining...\n"); `
Line 397 currently reads
printf("The sun is shinning...\n");It should read
printf("The sun is shining...\n");