Browse Source

Clean code

Error in comment
Leo 10 years ago
parent
commit
fb8ecc24b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/file_com.ml

+ 1 - 1
src/file_com.ml

@@ -44,7 +44,7 @@ let rc_template () =
 ;;
 
 (* Function to create configuration file if it does not
- * exists *)
+ * exist *)
 let create_rc_file ~name =
   (* Notify that we initialise config file *)
   printf "Initializing configuration file in %s\n" name;