Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jun 23, 2018
1 parent 7f7c6fd commit 9db8c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if test x"$enable_icb" != x"no"; then
fi
fi

dnl Add support for debuging arpack
dnl Add support for debugging arpack
AC_CONFIG_FILES([debug-arpack.h:debug-arpack.h])
if test x"$enable_icb" != x"no"; then
AC_CONFIG_FILES([debug_c.h:debug_c.h])
Expand Down
2 changes: 1 addition & 1 deletion detect_arpack_bug.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnl allocated arrays in Fortran does not?
dnl
dnl This code is not used by arpack-ng itself.
dnl This is a macro for applications using arpack to detect that the version
dnl of arpack behave correcly (ie not arpack-ng)
dnl of arpack behave correctly (ie not arpack-ng)
dnl This is the work of Rik <[email protected]>
dnl
dnl This code is released under the same license as arpack
Expand Down

0 comments on commit 9db8c86

Please sign in to comment.