changeset 934:1faf9de6329c

Fixed typo to keep Andrew happy.
author nickg
date Fri, 11 Apr 2003 18:08:16 +0000
parents a2140be948f2
children aa074daf1f12
files packages/infra/current/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/infra/current/ChangeLog
+++ b/packages/infra/current/ChangeLog
@@ -9,7 +9,7 @@ 2003-04-10  Nick Garnett  <nickg@balti.c
 
 	* cdl/infra.cdl:
 	Added CYGFUN_INFRA_DUMMY_ABORT and CYGFUN_INFRA_DUMMY_STRLEN
-	options to conrol inclusion of dummy abort() and strlen()
+	options to control inclusion of dummy abort() and strlen()
 	functions. These are needed to be present by the compiler's C++
 	runtime system, although they should never be called.
 	Added CYGPKG_INFRA_TESTS to define test programs.