From: AndyZhou Date: Mon, 20 Dec 2021 05:32:05 +0000 (+0800) Subject: agl-compositor: Correct several spell issues in the protocol xml files X-Git-Tag: 12.91.0~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6371b14eb0abbb2398453919b024b088a15c6f6d;p=src%2Fagl-compositor.git agl-compositor: Correct several spell issues in the protocol xml files There are several spell issues in the protocol xml files. Modify to correct them. Bug-AGL: SPEC-4174 Signed-off-by: ZhouMingying Change-Id: I052a1cb4b1a0054305899a1d83e4be0fd9d03c2b --- diff --git a/protocol/agl-screenshooter.xml b/protocol/agl-screenshooter.xml index 6ed1457..231c8cf 100644 --- a/protocol/agl-screenshooter.xml +++ b/protocol/agl-screenshooter.xml @@ -68,7 +68,7 @@ - Even sent back to nofify client 'take_shot' request has completed. + Even sent back to notify client 'take_shot' request has completed. diff --git a/protocol/agl-shell-desktop.xml b/protocol/agl-shell-desktop.xml index 97a9ff2..e4445bd 100644 --- a/protocol/agl-shell-desktop.xml +++ b/protocol/agl-shell-desktop.xml @@ -26,7 +26,7 @@ This extension can be used by regular application to instruct to compositor to activate or switch to other running (regular) applications. The client - is responsbile for filtering their own app_id when receiving application id. + is responsible for filtering their own app_id when receiving application id. The compositor will allow clients to bind to this interface only if the policy engine allows it. @@ -118,7 +118,7 @@ Ask the compositor to hide the toplevel window for window management purposes. Depending on the window role, this request will either display the previously active window (or the background - in case there's no previously activate surface) or temporarly (or + in case there's no previously active surface) or temporarily (or until a 'activate_app' is called upon) hide the surface. All the surfaces are identifiable by using the app_id, and no actions are taken in case the app_id is not/was not present. diff --git a/protocol/agl-shell.xml b/protocol/agl-shell.xml index 1096c64..11a65a1 100644 --- a/protocol/agl-shell.xml +++ b/protocol/agl-shell.xml @@ -44,7 +44,7 @@ Tell the server that this client is ready to be shown. The server will delay presentation during start-up until all shell clients are ready to be shown, and will display a black screen instead. - This gives the client an oppurtunity to set up and configure several + This gives the client an opportunity to set up and configure several surfaces into a coherent interface. The client that binds to this interface must send this request, otherwise @@ -76,7 +76,7 @@ Set the surface to act as a panel of an output. The 'edge' argument says what edge of the output the surface will be anchored to. After this request, the server will send a configure event with the - correponding width/height that the client should use, and 0 for the + corresponding width/height that the client should use, and 0 for the other dimension. E.g. if the edge is 'top', the width will be the output's width, and the height will be 0.