summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.11
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-10-01 09:12:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-10-01 09:12:37 +0000
commit183080b610ce4d3385d272aa26b61f3a54f7a9af (patch)
tree23cec0c26976cad35c9e3da380161d9945c31b95 /lisp/ChangeLog.11
parentca311e4261c746b9c7f3e48029cf56423fe6757e (diff)
Fix typos.
Diffstat (limited to 'lisp/ChangeLog.11')
-rw-r--r--lisp/ChangeLog.112
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11
index 70b1bd3c73f..975523363e0 100644
--- a/lisp/ChangeLog.11
+++ b/lisp/ChangeLog.11
@@ -2684,7 +2684,7 @@
(math-do-integral): Set `math-linear-subst-tried' to nil.
(math-do-integral-methods): Use `math-linear-subst-tried' to
determine what type of substitution to try.
- (math-integ-try-linear-substituion):
+ (math-integ-try-linear-substitution):
Set `math-linear-subst-tried' to t.
2004-11-08 Kim F. Storm <storm@cua.dk>