CI: use latest typos (#7595)

This commit is contained in:
Emil Ernerfeldt 2025-10-07 14:12:30 +02:00 committed by GitHub
parent 30277233ce
commit 0281b95bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Check spelling of entire workspace
uses: crate-ci/typos@v1.36.3
uses: crate-ci/typos@v1.38.0
lychee:
name: lychee

View File

@ -1193,7 +1193,7 @@ pub struct ViewportOutput {
/// since those don't result in real viewports.
pub class: ViewportClass,
/// The window attrbiutes such as title, position, size, etc.
/// The window attributes such as title, position, size, etc.
///
/// Use this when first constructing the native window.
/// Also check for changes in it using [`ViewportBuilder::patch`],

View File

@ -35,7 +35,7 @@ pub(crate) struct StripLayoutFlags {
pub(crate) selected: bool,
pub(crate) overline: bool,
/// Used when we want to accruately measure the size of this cell.
/// Used when we want to accurately measure the size of this cell.
pub(crate) sizing_pass: bool,
}

View File

@ -913,7 +913,7 @@ impl GalleyCache {
debug_assert_eq!(
child_hashes.len(),
child_galleys.len(),
"Bug in `layout_each_paragraph_individuallly`"
"Bug in `layout_each_paragraph_individually`"
);
let galley = Arc::new(Galley::concat(job, &child_galleys, pixels_per_point));