mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-19 18:26:13 +03:00
typos
This commit is contained in:
@ -18,7 +18,7 @@ const log = std.log.scoped(.gtk_ghostty_config);
|
|||||||
/// this, copy any memory they require, and own that structure instead.
|
/// this, copy any memory they require, and own that structure instead.
|
||||||
///
|
///
|
||||||
/// This can also expose helpers to access configuration in ways that
|
/// This can also expose helpers to access configuration in ways that
|
||||||
/// may be more egonomic to GTK primitives.
|
/// may be more ergonomic to GTK primitives.
|
||||||
pub const Config = extern struct {
|
pub const Config = extern struct {
|
||||||
const Self = @This();
|
const Self = @This();
|
||||||
parent_instance: Parent,
|
parent_instance: Parent,
|
||||||
@ -36,7 +36,7 @@ pub const Config = extern struct {
|
|||||||
Self,
|
Self,
|
||||||
?*gtk.TextBuffer,
|
?*gtk.TextBuffer,
|
||||||
.{
|
.{
|
||||||
.nick = "Dignostics Buffer",
|
.nick = "Diagnostics Buffer",
|
||||||
.blurb = "A TextBuffer that contains the diagnostics.",
|
.blurb = "A TextBuffer that contains the diagnostics.",
|
||||||
.default = null,
|
.default = null,
|
||||||
.accessor = .{
|
.accessor = .{
|
||||||
|
@ -51,6 +51,8 @@ DECID = "DECID"
|
|||||||
flate = "flate"
|
flate = "flate"
|
||||||
typ = "typ"
|
typ = "typ"
|
||||||
kend = "kend"
|
kend = "kend"
|
||||||
|
# GTK
|
||||||
|
GIR = "GIR"
|
||||||
|
|
||||||
[type.po]
|
[type.po]
|
||||||
extend-glob = ["*.po"]
|
extend-glob = ["*.po"]
|
||||||
|
Reference in New Issue
Block a user