Typo in comment.

This commit is contained in:
Chris Palmer 2019-09-06 11:28:49 +01:00
parent 46004381b7
commit 7118e6eb03
2 changed files with 2 additions and 2 deletions

View File

@ -4283,7 +4283,7 @@ Layout objects in a line with equal gaps given a vector of their widths.
---
<a name="Maths"></a>
## Maths
Maths utilities for minapulating vectors and matrices.
Maths utilities for manipulating vectors and matrices.
[utils/maths.scad](utils/maths.scad) Implementation.

View File

@ -18,7 +18,7 @@
//
//
//! Maths utilities for minapulating vectors and matrices.
//! Maths utilities for manipulating vectors and matrices.
//
function sqr(x) = x * x;