Skip to content

Commit 27f47d8

Browse files
committed
chore: fix typos
1 parent 89d81df commit 27f47d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtime_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ TEST(Core, LazyUpdateGeneratedEntity) {
12091209
return count;
12101210
};
12111211

1212-
// this sytem should increment ComponentA::a one by one
1212+
// this system should increment ComponentA::a one by one
12131213
SET_SYSTEM_IMPL(LazyUpdateGeneratedEntity);
12141214

12151215
reg.execute_systems();

0 commit comments

Comments
 (0)