summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-04-28 11:59:10 -0500
committerBryce Harrington <bryce@osg.samsung.com>2016-04-29 16:33:14 -0700
commit4c72e29f9909d33edd497edbe789bb70909f768e (patch)
treedc4de7650322b125346e33919dac00eef48b3344
parent2aa6bd7c97735d162c29106fdd948fd2e1bc144b (diff)
compositor: Hyphenate compound adjective surface-local
See https://lists.freedesktop.org/archives/wayland-devel/2016-April/028249.html. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r--src/compositor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor.c b/src/compositor.c
index 55001974..94e1b9ff 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1605,7 +1605,7 @@ weston_view_set_transform_parent(struct weston_view *view,
* motion or touch-downs. Everything inside the rectangle will behave
* normally. Clients are unaware of clipping.
*
- * The rectangle is set in the surface local coordinates. Setting a clip
+ * The rectangle is set in surface-local coordinates. Setting a clip
* mask rectangle does not affect the view position, the view is positioned
* as it would be without a clip. The clip also does not change
* weston_surface::width,height.