From b289c1e4066d31da5ac6c5e587d9b98b76493af9 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 4 Mar 2023 17:01:08 +0100 Subject: [PATCH] Fix typo Change-Id: I99137ae4d9cc40aa3142220191e7a0f638c60367 --- docs/develop/servers/app_server/graphics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/servers/app_server/graphics.rst b/docs/develop/servers/app_server/graphics.rst index 30dddcd8ed..263d49b60d 100644 --- a/docs/develop/servers/app_server/graphics.rst +++ b/docs/develop/servers/app_server/graphics.rst @@ -269,7 +269,7 @@ The default cursors also use greyscale and alpha channel for antialiasing. Display Drivers --------------- -Unlike the BeOS R5 app_server, Haiku' server has an extra abstraction layer between the graphic +Unlike the BeOS R5 app_server, Haiku's server has an extra abstraction layer between the graphic driver and the main drawing functions. This allows to generalize the interface and redirect the drawing commands in various ways. For example, drawing commands can be redirected to another machine for the remote_app_server, or drawing for a specific window can be granted direct access