From 4b681a7fd4bee01c4d3385e69ee47ed3856c2229 Mon Sep 17 00:00:00 2001 From: Diego Viola Date: Thu, 13 Sep 2012 06:45:06 -0400 Subject: [PATCH] Fix typo (ratio, not ration) Signed-off-by: Diego Viola --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 5e56cb89..ff077a37 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.