aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) )