gpui: Fix "cursor" typos (#16536)

This PR fixes some typos of the word "cursor" in `gpui`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-20 13:49:15 -04:00 committed by GitHub
parent a89844bcc9
commit 8381b06d2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -940,11 +940,11 @@ pub enum CursorStyle {
ResizeUpRightDownLeft, ResizeUpRightDownLeft,
/// A cursor indicating that the item/column can be resized horizontally. /// A cursor indicating that the item/column can be resized horizontally.
/// corresponds to the CSS curosr value `col-resize` /// corresponds to the CSS cursor value `col-resize`
ResizeColumn, ResizeColumn,
/// A cursor indicating that the item/row can be resized vertically. /// A cursor indicating that the item/row can be resized vertically.
/// corresponds to the CSS curosr value `row-resize` /// corresponds to the CSS cursor value `row-resize`
ResizeRow, ResizeRow,
/// A text input cursor for vertical layout /// A text input cursor for vertical layout