git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13289 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2013-02-08 06:04:36 +00:00
parent 40ee2b4e6f
commit b54d688d1a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ val register_function: (string -> (string list -> mapper) -> unit) ref
val register: string -> (string list -> #mapper) -> unit
(** Apply the [register_function]. The default behavior is to run
the mapper immediatly, taking arguments from the process
the mapper immediately, taking arguments from the process
command line. This is to support a scenario where a mapper is
linked as a stand-alone executable.