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
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

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