Skip to content

Commit

Permalink
fix spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ogapo committed Sep 22, 2023
1 parent ccb66bb commit 2d8739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config/project_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ void ProjectSettings::refresh_global_class_list() {
}
const StringName &class_name = c["class"];
// only pick up new classes (merge)
// i.e. don't allow chaging the base or path of existing classes
// i.e. don't allow changing the base or path of existing classes
if (!ScriptServer::is_global_class(class_name)) {
ScriptServer::add_global_class(class_name, c["base"], c["language"], c["path"]);
}
Expand Down

0 comments on commit 2d8739a

Please sign in to comment.