diff libinterp/corefcn/quad.cc @ 22173:8de49f15e182

doc: Fix "doubled words" typos (\b(\w+)\s+\1\b)
author Andreas Weber <andy.weber.aw@gmail.com>
date Sun, 24 Jul 2016 12:17:07 +0200
parents 112b20240c87
children bac0d6f07a3e
line wrap: on
line diff
--- a/libinterp/corefcn/quad.cc	Sat Jul 23 18:39:07 2016 -0400
+++ b/libinterp/corefcn/quad.cc	Sun Jul 24 12:17:07 2016 +0200
@@ -253,7 +253,7 @@
 
           have_sing = true;
 
-          sing = args(4).xfloat_vector_value ("quad: fifth argument SING must be a vector vector of singularities");
+          sing = args(4).xfloat_vector_value ("quad: fifth argument SING must be a vector of singularities");
 
         case 4:
           tol = args(3).xfloat_vector_value ("quad: TOL must be a 1 or 2-element vector");
@@ -346,7 +346,7 @@
 
           have_sing = true;
 
-          sing = args(4).vector_value ("quad: fifth argument SING must be a vector vector of singularities");
+          sing = args(4).vector_value ("quad: fifth argument SING must be a vector of singularities");
 
         case 4:
           tol = args(3).xvector_value ("quad: TOL must be a 1 or 2-element vector");