diff options
| -rw-r--r-- | ide/preferences.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml index 103c24848e..02673098b2 100644 --- a/ide/preferences.ml +++ b/ide/preferences.ml @@ -37,7 +37,7 @@ let string_of_project_behavior = function let project_behavior_of_string s = if s = "taken instead of arguments" then Subst_args - else if s = "appened to arguments" then Append_args + else if s = "appended to arguments" then Append_args else Ignore_args type pref = |
