Skip to content

Commit 8dbe267

Browse files
Update src/flow_service/mod.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 3646408 commit 8dbe267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flow_service/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl FlowUpdateService {
5858

5959
async fn update(&mut self) -> bool {
6060
if self.modules.is_empty() {
61-
log::info!("No Modules are present, aboarting update.");
61+
log::info!("No Modules are present, aborting update.");
6262
return true;
6363
}
6464

0 commit comments

Comments
 (0)