diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-02 18:02:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-03 12:53:51 +0200 |
commit | d6a2754348f57883036c0f35f0a880b7817e6bc1 (patch) | |
tree | b3d3a8a10ebf0e56acff206d0e188f3b61651d7e /src/w16select.c | |
parent | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (diff) | |
download | emacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.tar.gz |
; Fix more typos
Diffstat (limited to 'src/w16select.c')
-rw-r--r-- | src/w16select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w16select.c b/src/w16select.c index 5a68162e25c..b56ced4f2e5 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -224,7 +224,7 @@ set_clipboard_data (unsigned Format, void *Data, unsigned Size, int Raw) if (!Raw) { - /* avoid using strchr because it recomputes the length everytime */ + /* avoid using strchr because it recomputes the length every time */ while ((dp = memchr (dp, '\n', Size - (dp - dstart))) != 0) { truelen++; |