|
@@ -61,7 +61,7 @@ let num_cmd_to_cmd ~cmd_list number =
|
|
|
;;
|
|
|
|
|
|
(* Function to determinate what is the next command to
|
|
|
- * execute. It take the current number from tmp file. *)
|
|
|
+ * execute. It takes the current number from tmp file. *)
|
|
|
let what_next ~cmd_list =
|
|
|
let tmp_file = Tmp_file.init () in
|
|
|
num_cmd_to_cmd ~cmd_list:cmd_list tmp_file.Tmp_biniou_t.number
|