Commit in hps-java/src/main/java/org/lcsim/HPSVertexing on MAIN
VertexFitter.java+1-11.3 -> 1.4
It looks like a version of the fitter got committed with a typo in a class name...

hps-java/src/main/java/org/lcsim/HPSVertexing
VertexFitter.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- VertexFitter.java	21 Apr 2010 19:33:50 -0000	1.3
+++ VertexFitter.java	12 May 2010 21:51:59 -0000	1.4
@@ -115,7 +115,7 @@
 
                 //  Fit converged - extract the fit quantities
                 //  Calculate the fit chi square
-                double chisq = MatrixOp.mult(MatixTranspose(cc), MatrixOp.mult(GG, cc)).e(0, 0);
+                double chisq = MatrixOp.mult(MatrixTranspose(cc), MatrixOp.mult(GG, cc)).e(0, 0);
 
                 //  Extract the covariance matrix for the vertex position from the matrix AAInv
                 Matrix vtxcov = getSubMatrix(AAInv, FF.getNRows(), FF.getNRows(), GStar.getNRows(), GStar.getNColumns());
CVSspam 0.2.8