diff options
| author | Diego Viola <diego.viola@gmail.com> | 2012-09-13 06:45:06 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-09-13 11:31:44 -0400 |
| commit | 4b681a7fd4bee01c4d3385e69ee47ed3856c2229 (patch) | |
| tree | dd845d49a9c0cfa962271602c71270773fc227a1 /protocol | |
| parent | event-loop: export wl_event_loop_dispatch_idle() (diff) | |
| download | wayland-4b681a7fd4bee01c4d3385e69ee47ed3856c2229.tar wayland-4b681a7fd4bee01c4d3385e69ee47ed3856c2229.tar.gz wayland-4b681a7fd4bee01c4d3385e69ee47ed3856c2229.tar.bz2 wayland-4b681a7fd4bee01c4d3385e69ee47ed3856c2229.tar.lz wayland-4b681a7fd4bee01c4d3385e69ee47ed3856c2229.tar.xz wayland-4b681a7fd4bee01c4d3385e69ee47ed3856c2229.tar.zst wayland-4b681a7fd4bee01c4d3385e69ee47ed3856c2229.zip | |
Fix typo (ratio, not ration)
Signed-off-by: Diego Viola <diego.viola@gmail.com>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 5e56cb8..ff077a3 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -597,7 +597,7 @@ The configure event asks the client to resize its surface. The size is a hint, in the sense that the client is free to ignore it if it doesn't resize, pick a smaller size (to - satisfy aspect ration or resize in steps of NxM pixels). The + satisfy aspect ratio or resize in steps of NxM pixels). The client is free to dismiss all but the last configure event it received. </description> |
