Leo il y a 8 ans
Parent
commit
14efd32b88
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      src/rc.ml

+ 1 - 1
CHANGELOG.md

@@ -77,7 +77,7 @@ This version introduce major changes in the tmp and rc file.
  + TODO XXX Add basic signal handling (`--signals`), to relaunch when doing
    ctrl-C. See issue #14 for known problems.
  + Adapt to OCaml compiler version 4.03 (only supported)
- + Improve opam, installs less dependencies, with ability to run tests
+ + Improve opam file, installs less dependencies, with ability to run tests
 
 #### Community
 

+ 1 - 1
src/rc.ml

@@ -71,7 +71,7 @@ let basic_template =
 (* Header added once wrtten to disk *)
 let rc_header =
   "\
-  ;; You probably do NOT need to edit this file manualy.\n\
+  ;; You probably do NOT need to edit this file manually.\n\
   ;; Anyway, you may find help at https://s.oclaunch.eu.org/rc\
   "
 ;;