Skip to content

Commit 46cc311

Browse files
committed
app: fix typos
Signed-off-by: Elias Naur <[email protected]>
1 parent b882187 commit 46cc311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/os.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ type context interface {
176176
// basicDriver is the subset of [driver] that may be called even after
177177
// a window is destroyed.
178178
type basicDriver interface {
179-
// Event blocks until an even is available and returns it.
179+
// Event blocks until an event is available and returns it.
180180
Event() event.Event
181181
// Invalidate requests a FrameEvent.
182182
Invalidate()

app/window.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ type Window struct {
9393
// coalesced tracks the most recent events waiting to be delivered
9494
// to the client.
9595
coalesced eventSummary
96-
// frame tracks the most recently frame event.
96+
// frame tracks the most recent frame event.
9797
lastFrame struct {
9898
sync bool
9999
size image.Point

0 commit comments

Comments
 (0)