Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jun 1, 2024
1 parent 639837b commit bbb52cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/win32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ impl Command {
}

Self::Release { dc, owner } => {
// Release thie DC.
// Release this DC.
unsafe {
Gdi::ReleaseDC(owner, dc);
}
Expand Down

0 comments on commit bbb52cc

Please sign in to comment.