changeset 92:758d1a140c61 asdf

Fix typo.
author David Grundberg <individ@acc.umu.se>
date Sun, 27 Sep 2009 11:13:22 +0200
parents 9c35b62f9eaf
children 737d78f8495c af0b540e6cd1
files ChangeLog configure.ac
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Sep 27 10:38:57 2009 +0200
+++ b/ChangeLog	Sun Sep 27 11:13:22 2009 +0200
@@ -1,3 +1,7 @@
+2009-09-27  David Grundberg  <individ@acc.umu.se>
+
+	* configure.ac: Fix typo.
+
 2009-09-26  David Grundberg  <individ@acc.umu.se>
 
 	* configure.ac: Make NumPy default. Replace --enable flags with
--- a/configure.ac	Sun Sep 27 10:38:57 2009 +0200
+++ b/configure.ac	Sun Sep 27 11:13:22 2009 +0200
@@ -59,7 +59,7 @@
 ])
 
 # Look for selected matrix interface
-AS_IF(test "$pytave_matrix_interace" == "numpy",
+AS_IF(test "$pytave_matrix_interface" == "numpy",
 [
    AX_PYTHON_NUMPY(
    [