summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libass/ass_outline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_outline.h b/libass/ass_outline.h
index f5606dd..6f80c41 100644
--- a/libass/ass_outline.h
+++ b/libass/ass_outline.h
@@ -83,7 +83,7 @@ typedef struct {
char *segments;
} ASS_Outline;
-// ouline point coordinates should always be in [-OUTLINE_MAX, +OUTLINE_MAX] range
+// outline point coordinates should always be in [-OUTLINE_MAX, +OUTLINE_MAX] range
#define OUTLINE_MAX (((int32_t) 1 << 28) - 1)
// cubic spline splitting requires 8 * OUTLINE_MAX + 4 <= INT32_MAX