diff options
author | Benjamin Barenblat <bbaren@google.com> | 2018-07-22 18:19:26 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2018-07-22 18:19:26 -0400 |
commit | 234f5479773d43a48e67c5c0ea361445c7fb6782 (patch) | |
tree | 0609f0aef4769561d3bee2049c5c973f40b20be3 /ide | |
parent | 32415df7e24d4d79a00fae95a5f619980b006c61 (diff) |
Correct some spelling errorsmaster
Lintian found some spelling errors in the Debian packaging for coq. Fix
them most places they appear in the current source. (Don't change
documentation anchor names, as that would invalidate external
deeplinks.)
This also fixes a bug in coqdoc: prior to this commit, coqdoc would
highlight `instanciate` but not `instantiate`.
Diffstat (limited to 'ide')
-rw-r--r-- | ide/nanoPG.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/nanoPG.ml b/ide/nanoPG.ml index 2be5dce42..002722ace 100644 --- a/ide/nanoPG.ml +++ b/ide/nanoPG.ml @@ -189,7 +189,7 @@ let emacs = insert emacs "Emacs" [] [ run "Edit" "Cut"; { s with kill = Some(txt,false); sel = false } else s)); - mkE _k "k" "Kill untill the end of line" (Edit(fun s b i _ -> + mkE _k "k" "Kill until the end of line" (Edit(fun s b i _ -> let already_killed = match s.kill with Some (k,true) -> k | _ -> "" in let k = if i#ends_line then begin |