From b1ad491d961a2d8123c47fbfab29702d552cb47b Mon Sep 17 00:00:00 2001 From: pnenzi Date: Wed, 27 Aug 2008 19:23:30 +0000 Subject: [PATCH] Fixed a typo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2466f1a2e..a7ad1d66e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2008-08-27 Paolo Nenzi * --- TCLSPICE initial integration (Lionel Sainte Cluque) --- * Makefile.am: Makefiles changed for libtool. We use still .a files but we let - libtool to created them in a portable manner. This slows compilation a little + libtool to create them in a portable manner. This slows compilation a little bit but improves portability of ngspice/tclspice. * src/tclspice.c, src/tclspice.map, pkgIndex.tcl.in, src/include/tclspice.h: tclspice main and include file. (Readded files).