emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 562084e 171/316: Fix another typo and its copies


From: ELPA Syncer
Subject: [elpa] externals/dash 562084e 171/316: Fix another typo and its copies
Date: Mon, 15 Feb 2021 15:57:51 -0500 (EST)

branch: externals/dash
commit 562084ec643549993a7f76a168959888707d5e69
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix another typo and its copies
---
 README.md          | 2 +-
 dash-functional.el | 2 +-
 dash.info          | 2 +-
 dash.texi          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 1381d80..0bd1b80 100644
--- a/README.md
+++ b/README.md
@@ -2835,7 +2835,7 @@ iteration halts when either of the following conditions 
is satisfied:
       tested using `equal-test`. If `equal-test` is not specified,
       `equal` is used. For functions over the floating point
       numbers, it may be necessary to provide an appropriate
-      appoximate comparison test.
+      approximate comparison test.
 
  2. `halt-test` returns a non-nil value. `halt-test` defaults to a
       simple counter that returns t after `-fixfn-max-iterations`,
diff --git a/dash-functional.el b/dash-functional.el
index 60b4c23..07cc4ae 100644
--- a/dash-functional.el
+++ b/dash-functional.el
@@ -169,7 +169,7 @@ iteration halts when either of the following conditions is 
satisfied:
     tested using EQUAL-TEST. If EQUAL-TEST is not specified,
     `equal' is used. For functions over the floating point
     numbers, it may be necessary to provide an appropriate
-    appoximate comparison test.
+    approximate comparison test.
 
  2. HALT-TEST returns a non-nil value. HALT-TEST defaults to a
     simple counter that returns t after `-fixfn-max-iterations',
diff --git a/dash.info b/dash.info
index 97cc135..23db1f0 100644
--- a/dash.info
+++ b/dash.info
@@ -2752,7 +2752,7 @@ offered in a separate package: ‘dash-functional‘.
      1.  Iteration converges to the fixpoint, with equality being
      tested using EQUAL-TEST.  If EQUAL-TEST is not specified, ‘equal’
      is used.  For functions over the floating point numbers, it may
-     be necessary to provide an appropriate appoximate comparison
+     be necessary to provide an appropriate approximate comparison
      test.
 
      2.  HALT-TEST returns a non-nil value.  HALT-TEST defaults to a
diff --git a/dash.texi b/dash.texi
index 0e2ffe2..9490aca 100644
--- a/dash.texi
+++ b/dash.texi
@@ -4330,7 +4330,7 @@ iteration halts when either of the following conditions 
is satisfied:
       tested using @var{equal-test}. If @var{equal-test} is not specified,
       @code{equal} is used. For functions over the floating point
       numbers, it may be necessary to provide an appropriate
-      appoximate comparison test.
+      approximate comparison test.
 
  2. @var{halt-test} returns a non-nil value. @var{halt-test} defaults to a
       simple counter that returns t after @code{-fixfn-max-iterations},



reply via email to

[Prev in Thread] Current Thread [Next in Thread]