No it isn't
His gui is already named LogBotGUI and that is a perfectly fine name.
You don't need to make this any more confusing than it already is.
To clarify
The usage of home.gui was in reference to the name of the file, which can be as ambiguous as he wants. I'm the one that originally inferred that he tried to name it "home" and was clearly wrong.
His original code
canvas.pushdialog(LogBotGUI.gui);
should have tipped me off otherwise earlier.
Naming an object "home" is terrible namespace, there is a decent chance that something else may come along named the same thing, and suddenly the code will no longer work.