chore: Fix incorrect capitalisation

I didn't realise I agreed to take an English class with @ginger while
working on this server lol
This commit is contained in:
timedout
2026-02-23 17:25:12 +00:00
parent 8702f55cf5
commit d311b87579
+1 -1
View File
@@ -244,7 +244,7 @@ impl Service {
debug_warn!("Failed to send transaction response to waiting receivers: {e}");
}
// explicitly close
// Explicitly close
drop(sender);
// This task is dangling, we can try clean caches now