diff options
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++; |