diff doc/interpreter/testfun.txi @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents aff0c76321aa
children fd42779a8428
line wrap: on
line diff
--- a/doc/interpreter/testfun.txi	Wed Oct 10 17:51:00 2007 +0000
+++ b/doc/interpreter/testfun.txi	Wed Oct 10 18:03:02 2007 +0000
@@ -112,7 +112,7 @@
 Sometimes during development there is a test that should work but is
 known to fail.  You still want to leave the test in because when the
 final code is ready the test should pass, but you may not be able to
-fix it immediately.  To avoid unecessary bug reports for these known
+fix it immediately.  To avoid unnecessary bug reports for these known
 failures, mark the block with @code{xtest} rather than @code{test}:
 
 @example