Index: Source/platform/graphics/Path.h |
diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h |
index 1bfc4859edb0adb91ea56f06b6069b3d95659ada..9fd82379f790300c1c6813c521e3911f5262d0e0 100644 |
--- a/Source/platform/graphics/Path.h |
+++ b/Source/platform/graphics/Path.h |
@@ -56,7 +56,7 @@ enum PathElementType { |
PathElementCloseSubpath // The points member will contain no values. |
}; |
-// The points in the sturcture are the same as those that would be used with the |
+// The points in the structure are the same as those that would be used with the |
// add... method. For example, a line returns the endpoint, while a cubic returns |
// two tangent points and the endpoint. |
struct PathElement { |