This commit is contained in:
Mitchell Hashimoto
2025-07-29 09:38:31 -07:00
parent e4fb46f230
commit 70010ec50a

View File

@ -607,7 +607,7 @@ pub const Window = extern struct {
.getChild()
.as(gtk.Widget)
.getAncestor(gobject.ext.typeFor(adw.TabView)) orelse {
log.warn("close confirmation caled for non-existent page", .{});
log.warn("close confirmation called for non-existent page", .{});
return;
};
const tab_view = gobject.ext.cast(
@ -625,7 +625,7 @@ pub const Window = extern struct {
.getChild()
.as(gtk.Widget)
.getAncestor(gobject.ext.typeFor(adw.TabView)) orelse {
log.warn("close confirmation caled for non-existent page", .{});
log.warn("close confirmation called for non-existent page", .{});
return;
};
const tab_view = gobject.ext.cast(