summaryrefslogtreecommitdiffstats
path: root/src/syseq.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-18 15:33:20 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-18 15:33:20 +0000
commit5b5a8d2138c41971e7e8c2c9055a673d342e06b3 (patch)
treeeb75178c739722f0f09e6e4504e9ba9f4e35c31d /src/syseq.h
parentRevert "Promote the path 'd' attribute to a property per SVG 2." (diff)
downloadinkscape-5b5a8d2138c41971e7e8c2c9055a673d342e06b3.tar.gz
inkscape-5b5a8d2138c41971e7e8c2c9055a673d342e06b3.zip
Misc. 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 582f2949f..6a6ea5055 100644
--- a/src/syseq.h
+++ b/src/syseq.h
@@ -275,7 +275,7 @@ template <int S, int T> SolutionKind gaussjord_solve (double A[S][T], double x[T
}
}
- // we need to adapt the value if we we are in the "projective case" (see above)
+ // we need to adapt the value if we are in the "projective case" (see above)
double val_new = (proj ? projectify<S,T>(cols, B, x, index, val) : val);
if (index >= 0 && index < T) {