Fixed a typo.

This commit is contained in:
pnenzi 2008-08-27 19:23:30 +00:00
parent fa549df82a
commit b1ad491d96
1 changed files with 1 additions and 1 deletions

View File

@ -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).