From 50b44066949e912855855ba4b34ff2eb6fd7c410 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Sun, 20 Sep 2015 18:24:38 -0700 Subject: s/acces/access/g --- lib/pure/basic2d.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pure/basic2d.nim b/lib/pure/basic2d.nim index ad8f8653d..cee3bada4 100644 --- a/lib/pure/basic2d.nim +++ b/lib/pure/basic2d.nim @@ -93,11 +93,11 @@ let IDMATRIX*:Matrix2d=matrix2d(1.0,0.0,0.0,1.0,0.0,0.0) ## Quick access to an identity matrix ORIGO*:Point2d=point2d(0.0,0.0) - ## Quick acces to point (0,0) + ## Quick access to point (0,0) XAXIS*:Vector2d=vector2d(1.0,0.0) - ## Quick acces to an 2d x-axis unit vector + ## Quick access to an 2d x-axis unit vector YAXIS*:Vector2d=vector2d(0.0,1.0) - ## Quick acces to an 2d y-axis unit vector + ## Quick access to an 2d y-axis unit vector # *************************************** -- cgit 1.4.1-2-gfad0