Fix typos from updated typos tool (#4213)

This commit is contained in:
Bruce Mitchener
2025-05-03 18:38:15 +07:00
committed by Kirill Chibisov
parent f49a2a1827
commit 17b5737972
7 changed files with 14 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ where
}
impl XConnection {
// This is impoartant, so pay attention!
// This is important, so pay attention!
// Xlib has an output buffer, and tries to hide the async nature of X from you.
// This buffer contains the requests you make, and is flushed under various circumstances:
// 1. `XPending`, `XNextEvent`, and `XWindowEvent` flush "as needed"