From ec89082e4bf9b5c1dbcfff42e794a9cd7b343f5f Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Sun, 12 Jul 2009 01:38:40 +0100 Subject: [PATCH] [docs] Fix typos and remove mentions of SVN Signed-off-by: Emmanuele Bassi --- cogl-path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl-path.h b/cogl-path.h index be5a979e3..b6305391a 100644 --- a/cogl-path.h +++ b/cogl-path.h @@ -169,7 +169,7 @@ void cogl_path_rel_line_to (float x, * @center_x: X coordinate of the elliptical arc center * @center_y: Y coordinate of the elliptical arc center * @radius_x: X radius of the elliptical arc - * @radius_y: Y radious of the elliptical arc + * @radius_y: Y radius of the elliptical arc * @angle_1: Angle in the unit-circle at which the arc begin * @angle_2: Angle in the unit-circle at which the arc ends *