aboutsummaryrefslogtreecommitdiff
path: root/src/gr/horizon.maple
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 16:13:17 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 16:13:17 +0000
commit40571f4388015cd2f8eb8a41f69355685990531a (patch)
treef1210b250ed55aacec6b9ccf2be85dd275f023a1 /src/gr/horizon.maple
parentc773b02dd31b832fcd621b9e33606b143ffd9e47 (diff)
fix spelling mistake in comment
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@583 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr/horizon.maple')
-rw-r--r--src/gr/horizon.maple2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gr/horizon.maple b/src/gr/horizon.maple
index aade32f..6950e56 100644
--- a/src/gr/horizon.maple
+++ b/src/gr/horizon.maple
@@ -94,7 +94,7 @@ assert_fnd_exists(partial_d_s_d, fnd);
# simplify likes to put things over a common denominator,
# so we only apply it to the individual terms, not to
- # the whole experssion
+ # the whole expression
partial_d_s_d__fnd[i,j]
:= + simplify( temp/r^3 )
- simplify( sum('X_udd[u,i,j]*Diff(h,y_rs[u])', 'u'=1..N_ang) )