Fix typo "are send" -> "are sent"

Change-Id: I7f68cb2719f15663a980f754aa665c3d0ccef9b9
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10944
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2026-05-07 07:22:21 +00:00
committed by Adrien Destugues
parent 5efaab5061
commit 8e37e00684
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ and SetProperties(). It should also make and break connections.
- If you get a "registered" event, and you do FindEndpoint() for that
id, you'll get its BMidiEndpoint object. If you get an "unregistered"
event, then FindEndpoint() returns NULL. So the events are send
event, then FindEndpoint() returns NULL. So the events are sent
*after* the roster is modified.
--------------
+1 -1
View File
@@ -44,7 +44,7 @@
\endcode
Only drawing instructions performed directly on the view, not its child
views are send to the BPicture object and BPicture captures only primitive
views are sent to the BPicture object and BPicture captures only primitive
graphics operations. The view must be attached to a window for the drawing
instruction to be recorded. Drawing instructions are recorded even if the
view is hidden or resides outside the clipping region or the window is
+1 -1
View File
@@ -3912,7 +3912,7 @@ SetViewColor(Parent()->ViewColor());
picture. Use the DrawPicture() method to render the \a picture.
Only drawing instructions performed directly on the view, not its child views
are send to the BPicture object and BPicture captures only primitive graphics
are sent to the BPicture object and BPicture captures only primitive graphics
operations. The view must be attached to a window for the drawing instruction
to be recorded. Drawing instructions are recorded even if the view is hidden or
resides outside the clipping region or the window is off-screen.