summaryrefslogtreecommitdiffstats
path: root/core/io/remote_filesystem_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/remote_filesystem_client.cpp')
-rw-r--r--core/io/remote_filesystem_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/remote_filesystem_client.cpp b/core/io/remote_filesystem_client.cpp
index f22e442a34..1198810441 100644
--- a/core/io/remote_filesystem_client.cpp
+++ b/core/io/remote_filesystem_client.cpp
@@ -270,7 +270,7 @@ Error RemoteFilesystemClient::_synchronize_with_server(const String &p_host, int
String file = temp_file_cache[i].path;
if (temp_file_cache[i].server_modified_time == 0 || server_disconnected) {
- // File was removed, or server disconnected before tranferring it. Since it's no longer valid, remove anyway.
+ // File was removed, or server disconnected before transferring it. Since it's no longer valid, remove anyway.
_remove_file(file);
continue;
}