Skip to content

Commit

Permalink
Fix CI failing when updating typos to 1.20.3 (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm authored Apr 2, 2024
1 parent 44aabdd commit 4cd6877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform_impl/linux/x11/ime/input_method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl From<util::GetPropertyError> for GetXimServersError {
}

// The root window has a property named XIM_SERVERS, which contains a list of atoms representing
// the availabile XIM servers. For instance, if you're using ibus, it would contain an atom named
// the available XIM servers. For instance, if you're using ibus, it would contain an atom named
// "@server=ibus". It's possible for this property to contain multiple atoms, though presumably
// rare. Note that we replace "@server=" with "@im=" in order to match the format of locale
// modifiers, since we don't want a user who's looking at logs to ask "am I supposed to set
Expand Down
3 changes: 2 additions & 1 deletion typos.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# documentation: https://github.com/crate-ci/typos/blob/master/docs/reference.md

[default.extend-identifiers]
ptd = "ptd" # From winwows_sys::Win32::System::Com::FORMATETC { ptd, ..}
ptd = "ptd" # From windows_sys::Win32::System::Com::FORMATETC { ptd, ..}
TME_LEAVE = "TME_LEAVE" # From windows_sys::Win32::UI::Input::KeyboardAndMouse::TME_LEAVE
requestor = "requestor" # From x11_dl::xlib::XSelectionEvent { requestor ..}
XF86_Calculater = "XF86_Calculater" # From xkbcommon_dl::keysyms::XF86_Calculater

0 comments on commit 4cd6877

Please sign in to comment.