We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1251b6d commit 5a2726cCopy full SHA for 5a2726c
deltachat-jsonrpc/src/api/mod.rs
@@ -833,7 +833,7 @@ impl CommandApi {
833
// ---------------------------------------------
834
835
/// Indicate that the network likely has come back.
836
- /// or just that the network connditions might have changed
+ /// or just that the network conditions might have changed
837
async fn maybe_network(&self) -> Result<()> {
838
self.accounts.read().await.maybe_network().await;
839
Ok(())
0 commit comments