1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Correct spelling mistakes

This commit is contained in:
Edward Betts 2022-04-12 07:56:39 +01:00 committed by Alberto Fanjul
parent 0b72e0b435
commit 3ab7d5913f
10 changed files with 12 additions and 12 deletions

View file

@ -31,7 +31,7 @@
* variants to allow these.
* Base-prefix parsing is only done if base=0 is requested. Otherwise,
* base-prefixes are forbidden.
* The input string must be ASCII compatbile (which includes UTF8).
* The input string must be ASCII compatible (which includes UTF8).
*
* We also always check for overflows and return errors (but continue parsing!)
* so callers can catch it correctly.