mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
selection: codespell: stript -> strip
This commit is contained in:
parent
9f8856ee7d
commit
94d587fa6a
1 changed files with 1 additions and 1 deletions
|
|
@ -1307,7 +1307,7 @@ fdm_receive(struct fdm *fdm, int fd, int events, void *data)
|
||||||
* Call cb while at same time replace:
|
* Call cb while at same time replace:
|
||||||
* - \r\n -> \r
|
* - \r\n -> \r
|
||||||
* - \n -> \r
|
* - \n -> \r
|
||||||
* - C0 -> <nothing> (stript non-formatting C0 characters)
|
* - C0 -> <nothing> (strip non-formatting C0 characters)
|
||||||
* - \e -> <nothing> (i.e. strip ESC)
|
* - \e -> <nothing> (i.e. strip ESC)
|
||||||
*/
|
*/
|
||||||
char *p = text;
|
char *p = text;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue