From fc1faa707e50670c560fcebcc2bcf4a6759363a0 Mon Sep 17 00:00:00 2001 From: YaoBing Xiao <xiaoyaobing@uniontech.com> Date: Sun, 13 Oct 2024 21:01:42 +0800 Subject: [PATCH] ext-image-copy-capture: fix the error in the protocol description Signed-off-by: YaoBing Xiao <xiaoyaobing@uniontech.com> --- staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml b/staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml index 7a501cc..1ac4369 100644 --- a/staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml +++ b/staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml @@ -376,7 +376,7 @@ </description> <enum name="error"> - <entry name="duplicate_session" value="1" summary="get_captuerer_session sent twice"/> + <entry name="duplicate_session" value="1" summary="get_capture_session sent twice"/> </enum> <request name="destroy" type="destructor"> @@ -390,7 +390,7 @@ </request> <request name="get_capture_session"> - <description summary="get image copy captuerer session"> + <description summary="get image copy capturer session"> Gets the image copy capture session for this cursor session. The session will produce frames of the cursor image. The compositor may -- GitLab