mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
fix typos
This commit is contained in:
@@ -121,7 +121,7 @@ async fn existing_server_handler(
|
||||
let mut socket = AxumWebsocket(socket);
|
||||
|
||||
if let Err(e) = socket.send([0]).await.context(
|
||||
"Failed to send the login flow indicator over connnection",
|
||||
"Failed to send the login flow indicator over connection",
|
||||
) {
|
||||
connection.set_error(e).await;
|
||||
return;
|
||||
@@ -153,7 +153,7 @@ async fn onboard_server_handler(
|
||||
let mut socket = AxumWebsocket(socket);
|
||||
|
||||
if let Err(e) = socket.send([1]).await.context(
|
||||
"Failed to send the login flow indicator over connnection",
|
||||
"Failed to send the login flow indicator over connection",
|
||||
).context("Server onboarding error") {
|
||||
warn!("{e:#}");
|
||||
return;
|
||||
|
||||
@@ -115,7 +115,7 @@ export const ServerConfig = ({
|
||||
components: {
|
||||
address: {
|
||||
description:
|
||||
"For Core -> Periphery connnection mode, specify address of periphery in your network.",
|
||||
"For Core -> Periphery connection mode, specify address of periphery in your network.",
|
||||
placeholder: "12.34.56.78:8120",
|
||||
},
|
||||
insecure_tls: {
|
||||
|
||||
Reference in New Issue
Block a user