From 98897af77b52bf2801e1fcbbe041a6f3259b3b42 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Thu, 15 Jul 2010 02:07:54 -0800 Subject: [PATCH] Fix typo in SolveSpace library documentation. [git-p4: depot-paths = "//depot/solvespace/": change = 2173] --- exposed/DOC.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposed/DOC.txt b/exposed/DOC.txt index 1e487d3..18b7990 100644 --- a/exposed/DOC.txt +++ b/exposed/DOC.txt @@ -20,7 +20,7 @@ A constraint (Slvs_Constraint) is a geometric property of an entity, or a relationship among multiple entities. For example, a point-point distance constraint will set the distance between two point entities. -Paramters, entities, and constraints are typically referenced by their +Parameters, entities, and constraints are typically referenced by their handles (Slvs_hParam, Slvs_hEntity, Slvs_hConstraint). These handles are 32-bit integer values starting from 1. The zero handle is reserved. Each object has a unique handle within its type (but it's acceptable, for