Very minor typo

I spotted a spelling error in a message on the console whilst I was typing in Fire. Hardly earth shattering to fix, but I’m mentioning it as it should be easy to fix:

SPACE on EmptyCollection selecttion

Curious, where do you see this? i don’t find that string (even just selecttion) anywhere in Fire’s code.

That took me a while to replicate, but you can do it by starting with:

begin  
end;

Then put cursor after begin, press enter then start pressing space. Don’t know if it’s related but I’m having trouble adding spaces in the latest build, in the following circumstance - I start with this:

case indexPath.row of
  0: begin
     end;
etc...

and do the same as above, it just sits still and won’t add spaces. Easy to workaround but shouldn’t do that of course.

Does this still happen for you? i never fully understood nor repro-ed this issue (nor can in tell what it has to do with the weird console message type or can i grok where that message could come from :wink:

Not noticed it, but looking to see now, I notice there aren’t any console messages coming from Fire. I won’t worry about the typo if it’s not in your code, maybe it came from mono?

Could be, yeah