Fixed typos in spec

This commit is contained in:
Davis King 2013-05-18 08:01:02 -04:00
parent 8256471203
commit dd91dc3581

View File

@ -78,7 +78,7 @@ namespace dlib
!*/
void set_epsilon (
scalar_type eps_
scalar_type eps
);
/*!
requires
@ -100,7 +100,7 @@ namespace dlib
!*/
void set_epsilon_insensitivity (
scalar_type eps_
scalar_type eps
);
/*!
requires
@ -222,7 +222,7 @@ namespace dlib
!*/
void set_c (
scalar_type C_
scalar_type C
);
/*!
requires