
URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2009-03-13 Etienne FOLIO <folio@lrde.epita.fr> Orthograph correction in error message. * mln/canvas/labeling.hh: Orthograph. * mln/labeling/blobs.hh: Orthograph. --- canvas/labeling.hh | 6 +++--- labeling/blobs.hh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Index: trunk/milena/mln/canvas/labeling.hh =================================================================== --- trunk/milena/mln/canvas/labeling.hh (revision 3527) +++ trunk/milena/mln/canvas/labeling.hh (revision 3528) @@ -197,7 +197,7 @@ if (nlabels == mln_max(L)) { status = false; - trace::warning("labeling aborted! Too much labels \ + trace::warning("labeling aborted! Too many labels \ for this label type: nlabels > \ max(label_type)."); @@ -324,7 +324,7 @@ if (nlabels == mln_max(L)) { status = false; - trace::warning("labeling aborted! Too much labels for \ + trace::warning("labeling aborted! Too many labels for \ this label type: nlabels > \ max(label_type)."); return output; @@ -442,7 +442,7 @@ if (nlabels == mln_max(L)) { status = false; - trace::warning("labeling aborted! Too much labels \ + trace::warning("labeling aborted! Too many labels \ for this label type: nlabels > \ max(label_type)."); return output; Index: trunk/milena/mln/labeling/blobs.hh =================================================================== --- trunk/milena/mln/labeling/blobs.hh (revision 3527) +++ trunk/milena/mln/labeling/blobs.hh (revision 3528) @@ -101,7 +101,7 @@ // Label this point component. if (nlabels == mln_max(L)) { - trace::warning("labeling aborted! Too much labels \ + trace::warning("labeling aborted! Too many labels \ for this label type: nlabels > \ max(label_type).");