https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* tests/trait_ch_value.cc: Typo in comment.
Reported by Alexandre Duret-Lutz.
trait_ch_value.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: tests/trait_ch_value.cc
--- tests/trait_ch_value.cc (revision 1636)
+++ tests/trait_ch_value.cc (working copy)
@@ -50,6 +50,6 @@
L ima2;
mlc_equal(L, image2d<float>)::check();
- // FIXME: Exercize more image types.
+ // FIXME: Exercise more image types.
// ...
}