From acf50966e63598c9ef2a1479048fe2554828ad43 Mon Sep 17 00:00:00 2001 From: Nis Martensen Date: Sat, 3 Mar 2012 20:31:12 +0100 Subject: [PATCH] doc: typo Signed-off-by: Uli Schlachter --- src/cairo-pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c index f114ca8e5..eaf3c5718 100644 --- a/src/cairo-pattern.c +++ b/src/cairo-pattern.c @@ -1544,7 +1544,7 @@ slim_hidden_def (cairo_mesh_pattern_line_to); * Note: If @pattern is not a mesh pattern then @pattern will be put * into an error status with a status of * %CAIRO_STATUS_PATTERN_TYPE_MISMATCH. If @pattern has no current - * patch or the current patch already has at leas one side, @pattern + * patch or the current patch already has at least one side, @pattern * will be put into an error status with a status of * %CAIRO_STATUS_INVALID_MESH_CONSTRUCTION. *