summaryrefslogtreecommitdiffstats
path: root/src/syseq.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-07-27 20:03:14 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-09-11 19:26:04 +0000
commitb2722f7fabc00904c99772531b8abda0618d96cb (patch)
treeea3f166a8b8151b1b8725c87dc50fac8d02be93b /src/syseq.h
parentMisc. typos (diff)
downloadinkscape-b2722f7fabc00904c99772531b8abda0618d96cb.tar.gz
inkscape-b2722f7fabc00904c99772531b8abda0618d96cb.zip
Several more typos
Diffstat (limited to 'src/syseq.h')
-rw-r--r--src/syseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syseq.h b/src/syseq.h
index 4b232052c..97a8039de 100644
--- a/src/syseq.h
+++ b/src/syseq.h
@@ -243,7 +243,7 @@ static double projectify (std::vector<int> const &cols, const double B[S][T], co
*
* Since our application will be to finding preimages of projective mappings, we provide
* an additional argument \a proj. If this is true, we find a solution of
- * \a x[\a index]/\a x[\T - 1] = \a val insted (i.e., we want the corresponding coordinate
+ * \a x[\a index]/\a x[\T - 1] = \a val instead (i.e., we want the corresponding coordinate
* of the _affine image_ of the point with homogeneous coordinate vector \a x to be equal
* to \a val.
*