Fix a number of typos in comments

This commit is contained in:
Ben Buhse 2026-02-22 17:51:17 -06:00
commit b9d13583ab
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
10 changed files with 24 additions and 17 deletions

View file

@ -83,8 +83,8 @@ pub fn prevOutput(wm: *WindowManager, current: *Output) ?*Output {
fn initialize(wm: *WindowManager) void {
if (wm.context.initialized) return;
// We need a seat to intitialize this stuff, so let's just not do it right now.
// The WM can run fine without it, though, it won't be fully usuable.
// We need a seat to initialize this stuff, so let's just not do it right now.
// The WM can run fine without it, though, it won't be fully usable.
const seat = wm.seats.first() orelse return;
const river_seat_v1 = seat.river_seat_v1;