summaryrefslogtreecommitdiffstats
path: root/glc.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-05-21 10:51:03 +0200
committerAlexander Larsson <alexl@redhat.com>2010-05-21 10:51:28 +0200
commit0261d7d6895e1a86f34e7e3b4772dff65b0e5833 (patch)
tree06f75dd8b9edb2a66574316d35ca5680dbf0a2ad /glc.c
parentc620859bdf80c2ca176d452cc7a61a5de4b2b6a2 (diff)
downloadspice-common-0261d7d6895e1a86f34e7e3b4772dff65b0e5833.tar.gz
spice-common-0261d7d6895e1a86f34e7e3b4772dff65b0e5833.tar.xz
spice-common-0261d7d6895e1a86f34e7e3b4772dff65b0e5833.zip
Fix spelling errors in comments and strings
Diffstat (limited to 'glc.c')
-rw-r--r--glc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glc.c b/glc.c
index 2972b39..e4263cd 100644
--- a/glc.c
+++ b/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;