branch: externals/caml
commit d9bc45019a373a34a30f158f9e56bf784eccc095
Author: Damien Doligez <damien.doligez-inria.fr>
Commit: Damien Doligez <damien.doligez-inria.fr>

    merge branch 4.02 from release 4.02.0 to release 4.02.1
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15558 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 caml-types.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/caml-types.el b/caml-types.el
index 47060a2..4bc2266 100644
--- a/caml-types.el
+++ b/caml-types.el
@@ -113,9 +113,9 @@ type call ident"
 (make-variable-buffer-local 'caml-types-annotation-date)
 
 (defvar caml-types-buffer-name "*caml-types*"
-  "Name of buffer for diplaying caml types")
+  "Name of buffer for displaying caml types")
 (defvar caml-types-buffer nil
-  "buffer for diplaying caml types")
+  "buffer for displaying caml types")
 
 (defun caml-types-show-type (arg)
   "Show the type of expression or pattern at point.

Reply via email to