Skip to content

Commit 8ac1b78

Browse files
committed
codespell
1 parent fd9faab commit 8ac1b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ struct Actor {
234234
fs_cmd_rx: tokio::sync::mpsc::Receiver<InternalCommand>,
235235
// Tasks for import and export operations.
236236
tasks: JoinSet<()>,
237-
// Entity manager that handles concurrency for entites.
237+
// Entity manager that handles concurrency for entities.
238238
handles: EntityManagerState<EmParams>,
239239
// temp tags
240240
temp_tags: TempTags,

0 commit comments

Comments
 (0)