summaryrefslogtreecommitdiff
path: root/src/commit.ml
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-06-29 16:02:51 +0100
committerGitHub <noreply@github.com>2026-06-29 16:02:51 +0100
commit3548eb635a997f26fc16936222e11579d0e06655 (patch)
treeff89f688c1ee0281e4b6c7636dbd7252a18ee11e /src/commit.ml
parent86aaff211b91ac4e05e279e1840724aee9f49f28 (diff)
parenta8866b66766622f738a4531a036c9f81c2c70cb6 (diff)
downloadvyconf-3548eb635a997f26fc16936222e11579d0e06655.tar.gz
vyconf-3548eb635a997f26fc16936222e11579d0e06655.zip
Merge pull request #59 from vyos/ci/T8490-typos-vyconf
ci: T8490: fix typos in comments and docs
Diffstat (limited to 'src/commit.ml')
-rw-r--r--src/commit.ml2
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 ->