Here's the thing about coding - most programming languages contain a relatively small number of key words you need to get correct. Typically, if you can spell:
if
for
while
end
plus a few more, you're good to go. Most editors will tell you if you've got it wrong.
Everything else, you get to make up - variable / function / method names are all set at the programmers discretion and in most cases aren't going to be real words anyway. With those spelling doesn't matter, consistency matters. I once worked on a project for the German post Office without knowing a word of German. Turns out, it didn't really make a difference.