summaryrefslogtreecommitdiff
path: root/src/cairo-pattern.c
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-03-03 20:31:12 +0100
committerUli Schlachter <psychon@znc.in>2012-03-10 10:20:28 +0100
commitacf50966e63598c9ef2a1479048fe2554828ad43 (patch)
tree42c4ab14ab7b4a606892c20689a0a193a5358881 /src/cairo-pattern.c
parent4353eafa32e396093f845e32c1d015c044f589fe (diff)
downloadcairo-acf50966e63598c9ef2a1479048fe2554828ad43.tar.gz
doc: typo
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-pattern.c')
-rw-r--r--src/cairo-pattern.c2
1 files changed, 1 insertions, 1 deletions
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.
*