mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Fix typos with cspell (#6972)
This commit is contained in:
@@ -55,7 +55,7 @@ void WPI_InitString(struct WPI_String* wpiString, const char* utf8String);
|
||||
|
||||
/**
|
||||
* Initializes a WPI_String from a UTF-8 string and length.
|
||||
* If input string is null or 0 length, initilizes output to 0 length.
|
||||
* If input string is null or 0 length, initializes output to 0 length.
|
||||
* The input string does not need to be null terminated.
|
||||
*
|
||||
* The lifetime of the output string is the lifetime of the input string.
|
||||
|
||||
Reference in New Issue
Block a user