Skip to content

Commit 5675539

Browse files
Update crates/manual/src/main.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 6ec8a70 commit 5675539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/manual/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl RemoteRuntime for RemoteNatsClient {
4444
);
4545
return Err(RuntimeError::simple_str(
4646
"RemoteRuntimeExeption",
47-
"Failed to recieve any response messages from a remote runtime.",
47+
"Failed to receive any response messages from a remote runtime.",
4848
));
4949
}
5050
};

0 commit comments

Comments
 (0)