# HG changeset patch # User schloegl # Date 1448893202 0 # Node ID 79e7259c6ff1c5014e9d500acb7c0952fe33a7cd # Parent 2f6ebbb02032c033a19d29dea4742b2bbddf7f76 nan and tsa: Typo in MEX message - fixes bug #46568 diff -r 2f6ebbb02032 -r 79e7259c6ff1 extra/NaN/src/covm_mex.cpp --- 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