changeset 12697:79e7259c6ff1 octave-forge

nan and tsa: Typo in MEX message - fixes bug #46568
author schloegl
date Mon, 30 Nov 2015 14:20:02 +0000
parents 2f6ebbb02032
children 1a348ee9a848
files extra/NaN/src/covm_mex.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/NaN/src/covm_mex.cpp	Mon Sep 14 16:04:44 2015 +0000
+++ b/extra/NaN/src/covm_mex.cpp	Mon Nov 30 14:20:02 2015 +0000
@@ -830,7 +830,7 @@
     		case mxSTRUCT_CLASS:
 #endif
     		default: 
-    			mexPrintf("Type of 3rd input argument cannot be used to return status of NaN occurence.");
+    			mexPrintf("Type of 3rd input argument cannot be used to return status of NaN occurrence.");
 		}
 	}
 #endif