Skip to content

Commit 06adda5

Browse files
authored
fix typo exporter_service.rs (#4008)
`seperate` - `separate` Signed-off-by: dmytroheknt <[email protected]>
1 parent 406d763 commit 06adda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-service/src/linera-exporter/exporter_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ where
6969
}
7070

7171
// after implementation of future destinations
72-
// this will be offloaded to a seperate thread.
72+
// this will be offloaded to a separate thread.
7373
#[cfg(with_testing)]
7474
{
7575
let block = self

0 commit comments

Comments
 (0)