diff options
| author | pboutill | 2011-12-07 17:10:38 +0000 |
|---|---|---|
| committer | pboutill | 2011-12-07 17:10:38 +0000 |
| commit | efe6c61793d2e4c1419c0bb4bb52a8d6a4903aff (patch) | |
| tree | f30ecda265b818b2c393c931f03d6c987c0148cb | |
| parent | a6aa391d9814d699ffa6e07851a12059ab7dc993 (diff) | |
Typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14772 85f007b7-540e-0410-9357-904b9bb8a0f7
| -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 = |
