diff options
Diffstat (limited to 'ide/utils')
| -rw-r--r-- | ide/utils/config_file.mli | 4 | ||||
| -rw-r--r-- | ide/utils/configwin_ihm.ml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ide/utils/config_file.mli b/ide/utils/config_file.mli index b9c7768280..22328e7f1f 100644 --- a/ide/utils/config_file.mli +++ b/ide/utils/config_file.mli @@ -141,8 +141,8 @@ exception Missing_cp of groupable_cp or used to generate command line arguments. The basic usage is to have only one group and one configuration file, -but this mechanism allows to have more, -for instance to have another smaller group for the options to pass on the command line. +but this mechanism allows having more, +for instance having another smaller group for the options to pass on the command line. *) class group : object (** Adds a cp to the group. diff --git a/ide/utils/configwin_ihm.ml b/ide/utils/configwin_ihm.ml index ad12ad5fdb..c1062a9db1 100644 --- a/ide/utils/configwin_ihm.ml +++ b/ide/utils/configwin_ihm.ml @@ -67,7 +67,7 @@ let html_config_file_and_option () = let last_dir = ref "";; (** This function allows the user to select a file and returns the - selected file name. An optional function allows to change the + selected file name. An optional function allows changing the behaviour of the ok button. A VOIR : mutli-selection ? *) let select_files ?dir |
