aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-15 15:31:27 +0200
committerEmilio Jesus Gallego Arias2018-10-15 15:31:27 +0200
commitfca9ec68937e047d3895d05e57de462387737796 (patch)
treef6fc75f7e6be6b60ceafff3afa9d7e13b3219571 /test-suite/bugs
parentb7dae2c97cce2a298bfbbd6f3a72a02e092ebe9e (diff)
parent06cd051d140a183229cd43f0bbae152d6ad8d6ca (diff)
Merge PR #8589: Correct some spelling errors (continued)
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/bug_4132.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/bug_4132.v b/test-suite/bugs/closed/bug_4132.v
index 806ffb771f..67ecc3087f 100644
--- a/test-suite/bugs/closed/bug_4132.v
+++ b/test-suite/bugs/closed/bug_4132.v
@@ -26,6 +26,6 @@ Qed.
Lemma foo3 x y (b := 0) (H1 : x <= y) (H2 : y <= b) : x <= b.
omega. (* Pierre L: according to a comment of bug report #4132,
- this might have triggered "Failure(occurence 2)" in the past,
+ this might have triggered "Failure(occurrence 2)" in the past,
but I never managed to reproduce that. *)
Qed.