@@ -293,15 +293,15 @@ the ``t=o`` key indicating the offer if the data is available.
293293To associate one or more images with the drag operation, the terminal program
294294must transmit the data for the image with the ``idx `` value above being a
295295negative number starting with ``-1 `` for the first image and so on. Clients
296- **must ** transmit all images consecutively in order, starting with the frist ,
296+ **must ** transmit all images consecutively in order, starting with the first ,
297297then the second and so on. When transmitting images, the image data format is
298298specified using the ``y `` key. A value of ``y=24 `` mean 24bit RGB data and
299299``y=32 `` means 32bit RGBA data. Colors in the RGB/A data must be in the sRGB
300300color space. Using ``y=100 `` means the data is a PNG image. Additionally, the
301301``X `` and ``Y `` keys must be used to specify the width and height of the image
302302data in pixels. If the size of the transmitted data does not match the image
303303dimensions the terminal must replay with ``t=E ; EINVAL ``. Terminals are free
304- to impose a limit on the amount of image data, too avoid Denial-of-service
304+ to impose a limit on the amount of image data, to avoid Denial-of-service
305305attacks. If the image data is too much or the image is too large they must
306306reply with ``t=E ; EFBIG `` and abort the drag. By default, the drag will be
307307started using the first image, if any. During the drag, the terminal program
0 commit comments