aboutsummaryrefslogtreecommitdiff
path: root/stable
diff options
context:
space:
mode:
authorVlad Zahorodnii <vlad.zahorodnii@kde.org>2020-06-19 12:22:28 +0300
committerVlad Zahorodnii <vlad.zahorodnii@kde.org>2020-06-19 12:45:12 +0300
commit6be6e00c0294e075e7b689167e08b52bf55ffccb (patch)
treea6075a3e97ac7a63205f6b52defad38b14bdc902 /stable
parent684cd23ae31fafb9eda2a0cd15edb4e96de92259 (diff)
Use correct indefinite article before "xdg"
Since the abbreviation "XDG" starts with a vowel sound, the correct article is "an." Signed-off-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
Diffstat (limited to 'stable')
-rw-r--r--stable/xdg-shell/xdg-shell.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index f7377a7..ae8ab67 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -389,7 +389,7 @@
<request name="set_parent_configure" since="3">
<description summary="set parent configure this is a response to">
- Set the serial of a xdg_surface.configure event this positioner will be
+ Set the serial of an xdg_surface.configure event this positioner will be
used in response to. The compositor may use this information together
with set_parent_size to determine what future state the popup should be
constrained using.
@@ -1213,12 +1213,12 @@
If the popup is repositioned in response to a configure event for its
parent, the client should send an xdg_positioner.set_parent_configure
- and possibly a xdg_positioner.set_parent_size request to allow the
+ and possibly an xdg_positioner.set_parent_size request to allow the
compositor to properly constrain the popup.
If the popup is repositioned together with a parent that is being
resized, but not in response to a configure event, the client should
- send a xdg_positioner.set_parent_size request.
+ send an xdg_positioner.set_parent_size request.
</description>
<arg name="positioner" type="object" interface="xdg_positioner"/>
<arg name="token" type="uint" summary="reposition request token"/>