diff options
Diffstat (limited to 'dragon/remote_hotload_client.rb')
| -rw-r--r-- | dragon/remote_hotload_client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dragon/remote_hotload_client.rb b/dragon/remote_hotload_client.rb index 87693cd..ce8f175 100644 --- a/dragon/remote_hotload_client.rb +++ b/dragon/remote_hotload_client.rb @@ -47,7 +47,7 @@ module GTK def local_state @local_state ||= OpenEntity.new @local_state.hotload_client ||= @local_state.new_entity(:hotload_client, - notes: "This enitity is used by DragonRuby Game Toolkit to provide you hotloading on remote machines.", + notes: "This entity is used by DragonRuby Game Toolkit to provide you hotloading on remote machines.", changes: { }, changes_queue: [], reloaded_files_times: []) |
