diff --git a/aquatic_http/src/config.rs b/aquatic_http/src/config.rs index 7a168feb..789f1d45 100644 --- a/aquatic_http/src/config.rs +++ b/aquatic_http/src/config.rs @@ -11,7 +11,7 @@ use aquatic_cli_helpers::LogLevel; #[serde(default)] pub struct Config { /// Socket workers receive requests from the socket, parse them and send - /// them on to the request workers. They then recieve responses from the + /// them on to the request workers. They then receive responses from the /// request workers, encode them and send them back over the socket. pub socket_workers: usize, /// Request workers receive a number of requests from socket workers, diff --git a/aquatic_udp/src/config.rs b/aquatic_udp/src/config.rs index 433d1f2b..5e3a10b4 100644 --- a/aquatic_udp/src/config.rs +++ b/aquatic_udp/src/config.rs @@ -11,7 +11,7 @@ use toml_config::TomlConfig; #[serde(default)] pub struct Config { /// Socket workers receive requests from the socket, parse them and send - /// them on to the request workers. They then recieve responses from the + /// them on to the request workers. They then receive responses from the /// request workers, encode them and send them back over the socket. pub socket_workers: usize, /// Request workers receive a number of requests from socket workers, diff --git a/aquatic_ws/src/config.rs b/aquatic_ws/src/config.rs index 6e01373b..87726ae7 100644 --- a/aquatic_ws/src/config.rs +++ b/aquatic_ws/src/config.rs @@ -14,7 +14,7 @@ use toml_config::TomlConfig; #[serde(default)] pub struct Config { /// Socket workers receive requests from the socket, parse them and send - /// them on to the request workers. They then recieve responses from the + /// them on to the request workers. They then receive responses from the /// request workers, encode them and send them back over the socket. pub socket_workers: usize, /// Request workers receive a number of requests from socket workers,