diff options
author | Sebastian Krzyszkowiak <dos@dosowisko.net> | 2018-11-05 21:13:59 +0100 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.com> | 2019-01-17 16:57:49 +0200 |
commit | 70ed9d7ee8f6491032fcccb74f25693851d740f2 (patch) | |
tree | 0987b3969cf4995b27d6449324562031103dac81 | |
parent | 57423eac60cc234ebfad15f394488a47f69afe16 (diff) |
xdg-shell: fix a typo
Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.com>
-rw-r--r-- | stable/xdg-shell/xdg-shell.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml index e259a1f..2e420c6 100644 --- a/stable/xdg-shell/xdg-shell.xml +++ b/stable/xdg-shell/xdg-shell.xml @@ -101,7 +101,7 @@ <description summary="check if the client is alive"> The ping event asks the client if it's still alive. Pass the serial specified in the event back to the compositor by sending - a "pong" request back with the specified serial. See xdg_wm_base.ping. + a "pong" request back with the specified serial. See xdg_wm_base.pong. Compositors can use this to determine if the client is still alive. It's unspecified what will happen if the client doesn't |