Skip to content

Commit 6ec8a70

Browse files
Update crates/taurus/src/remote/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 0d474fd commit 6ec8a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/taurus/src/remote

crates/taurus/src/remote/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl RemoteRuntime for RemoteNatsClient {
3737
);
3838
return Err(RuntimeError::simple_str(
3939
"RemoteRuntimeExeption",
40-
"Failed to recieve any response messages from a remote runtime.",
40+
"Failed to receive any response messages from a remote runtime.",
4141
));
4242
}
4343
};

0 commit comments

Comments
 (0)