From 012bd2577975b902aa5ce0cdd0eb43ef57c948fb Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 21 May 2010 10:51:03 +0200 Subject: Fix spelling errors in comments and strings --- common/glc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/glc.c') diff --git a/common/glc.c b/common/glc.c index 2972b398..e4263cd4 100644 --- a/common/glc.c +++ b/common/glc.c @@ -228,7 +228,7 @@ static void free_tass_vertex_bufs(InternaCtx *ctx) } } -//naiev bezier flattener +//naive bezier flattener static TassVertex *bezier_flattener(InternaCtx *ctx, PathPoint *points) { double ax, bx, cx; -- cgit