spell check with codespell

This commit is contained in:
stephanebill
2024-11-20 16:53:40 -05:00
parent c4559c39c3
commit 4f2afa8c47
162 changed files with 250 additions and 250 deletions

View File

@@ -458,7 +458,7 @@ extern "C"
*
* @param display the display to attach the window to
* @param width the width of the window
* @param height the heigh of the window
* @param height the height of the window
* @param format format to use for the SHM surface
* @return the created UwacWindow, NULL if something failed (use UwacDisplayGetLastError() to
*know more about this)
@@ -643,7 +643,7 @@ extern "C"
/**
* @brief UwacSeatSetMouseCursor Sets the specified image as the new mouse cursor.
* Special values: If data == NULL && lenght == 0
* Special values: If data == NULL && length == 0
* the cursor is hidden, if data == NULL && length != 0
* the default system cursor is used.
*