aboutsummaryrefslogtreecommitdiff
path: root/src/patch
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-18 18:33:10 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-18 18:33:10 +0000
commitd875960abc46db2b7e6a8cc9bd8a267c60e4772d (patch)
tree2e61169090d35313671f19d8d7315db2f7c8215b /src/patch
parent9a70f21d85ac97476b3abf3355423e6c287def6b (diff)
fix tiny typo in error message wording
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1134 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch')
-rw-r--r--src/patch/patch_interp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/patch_interp.cc b/src/patch/patch_interp.cc
index 499da05..5c0ddc0 100644
--- a/src/patch/patch_interp.cc
+++ b/src/patch/patch_interp.cc
@@ -621,7 +621,7 @@ status2 = Util_TableDeleteKey(interp_par_table_handle_,
"Jacobian_m_strides");
if ((status < 0) || (status1 < 0) || (status2 < 0))
then error_exit(ERROR_EXIT,
-"***** patch_interp::interpolat():\n"
+"***** patch_interp::interpolate():\n"
" can't delete Jacobian query entries\n"
" from interpolator parmameter table!\n"
" error status=%d status1=%d status2=%d\n"