summaryrefslogtreecommitdiffhomepage
path: root/dragon/remote_hotload_client.rb
diff options
context:
space:
mode:
author_Tradam <[email protected]>2021-12-16 19:22:26 -0500
committerGitHub <[email protected]>2021-12-16 19:22:26 -0500
commit5954b9beb4d4a3b4f248d72d1851195f030558a8 (patch)
treefecd8aa840a25afdb502915b0fdb4d03b7ed339a /dragon/remote_hotload_client.rb
parent2f845281f133849256b57bb08fd3e9ae57600784 (diff)
parenteaa29e72939f5edf61735ccbb73c36ee89369f65 (diff)
downloaddragonruby-game-toolkit-contrib-master.tar.gz
dragonruby-game-toolkit-contrib-master.zip
Merge branch 'DragonRuby:master' into masterHEADmaster
Diffstat (limited to 'dragon/remote_hotload_client.rb')
-rw-r--r--dragon/remote_hotload_client.rb2
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: [])