Skip to content

Commit 5a2726c

Browse files
committed
fix typo
1 parent 1251b6d commit 5a2726c

File tree

1 file changed

+1
-1
lines changed
  • deltachat-jsonrpc/src/api

1 file changed

+1
-1
lines changed

deltachat-jsonrpc/src/api/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ impl CommandApi {
833833
// ---------------------------------------------
834834

835835
/// Indicate that the network likely has come back.
836-
/// or just that the network connditions might have changed
836+
/// or just that the network conditions might have changed
837837
async fn maybe_network(&self) -> Result<()> {
838838
self.accounts.read().await.maybe_network().await;
839839
Ok(())

0 commit comments

Comments
 (0)