diff options
| author | JPR | 2019-05-23 23:28:55 +0200 |
|---|---|---|
| committer | JPR | 2019-05-23 23:28:55 +0200 |
| commit | d306f5428db0d034aea55d3f0699c67c1f296cc1 (patch) | |
| tree | 540bcc09ec46c8a360cda9ed7fafa9ab631d3716 /vernac/loadpath.mli | |
| parent | 5cfdc20560392c2125dbcee31cfd308d5346b428 (diff) | |
Fixing typos - Part 3
Diffstat (limited to 'vernac/loadpath.mli')
| -rw-r--r-- | vernac/loadpath.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/loadpath.mli b/vernac/loadpath.mli index d393fc35b5..6605daa8d2 100644 --- a/vernac/loadpath.mli +++ b/vernac/loadpath.mli @@ -68,7 +68,7 @@ type add_ml = AddNoML | AddTopML | AddRecML type vo_path_spec = { unix_path : string; - (** Filesystem path contaning vo/ml files *) + (** Filesystem path containing vo/ml files *) coq_path : Names.DirPath.t; (** Coq prefix for the path *) implicit : bool; |
