Properly escape marked up text in dictionary views
[pspp-builds.git] / src / math / covariance-matrix.h
index eee5e16a64512cfc648f0f66931ee1244afbdfaa..22f979c595c0baf76974fcba537cb7423bac9c52 100644 (file)
@@ -28,7 +28,7 @@ covariance_matrix_create (int, const struct variable *[]);
 
 void covariance_matrix_destroy (struct design_matrix *);
 
-void covariance_pass_one (struct design_matrix *, double, double,
+void covariance_pass_two (struct design_matrix *, double,
                          double, double, const struct variable *, 
                          const struct variable *, const union value *, const union value *);
 #endif