selection: codespell: stript -> strip

This commit is contained in:
Daniel Eklöf 2021-01-23 11:28:41 +01:00
parent 357af41d7e
commit 9e5ef6efac
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1612,7 +1612,7 @@ fdm_receive(struct fdm *fdm, int fd, int events, void *data)
* Call cb while at same time replace:
* - \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)
*/
char *p = text;