aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success
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/success
parentb7dae2c97cce2a298bfbbd6f3a72a02e092ebe9e (diff)
parent06cd051d140a183229cd43f0bbae152d6ad8d6ca (diff)
Merge PR #8589: Correct some spelling errors (continued)
Diffstat (limited to 'test-suite/success')
-rw-r--r--test-suite/success/univers.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/univers.v b/test-suite/success/univers.v
index 2863404590..28426b5700 100644
--- a/test-suite/success/univers.v
+++ b/test-suite/success/univers.v
@@ -60,7 +60,7 @@ Qed.
Record U : Type := { A:=Type; a:A }.
-(** Check assignement of sorts to inductives and records. *)
+(** Check assignment of sorts to inductives and records. *)
Variable sh : list nat.