diff options
Diffstat (limited to 'src/commit.ml')
| -rw-r--r-- | src/commit.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.ml b/src/commit.ml index 5db20bf..3e93420 100644 --- a/src/commit.ml +++ b/src/commit.ml @@ -191,7 +191,7 @@ let config_result_update c_data n_data = [Tree_alg.Nonexistent_child] non reachable *) match n_data.reply with - | None -> c_data (* already exluded in calling function *) + | None -> c_data (* already excluded in calling function *) | Some r -> match r.success, n_data.source with | true, ADD -> |
