summary refs log tree commit diff stats
path: root/lib/pure/basic2d.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/basic2d.nim')
-rw-r--r--lib/pure/basic2d.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/basic2d.nim b/lib/pure/basic2d.nim
index d18e73c16..1392fdeba 100644
--- a/lib/pure/basic2d.nim
+++ b/lib/pure/basic2d.nim
@@ -64,7 +64,7 @@ type
       ## not used for geometric transformations in 2d.
       ax*,ay*,bx*,by*,tx*,ty*:float
     Point2d* = object
-      ## Implements a non-homegeneous 2d point stored as 
+      ## Implements a non-homogeneous 2d point stored as 
       ## an `x` coordinate and an `y` coordinate.
       x*,y*:float
     Vector2d* = object