diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-06-29 15:58:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-29 15:58:23 +0100 |
| commit | 772ccb06548fb1a65d8623ea545facb0bcabb97c (patch) | |
| tree | 1b0c279456eeae262fa5815cff7045523bc4c166 /src/ocaml | |
| parent | 4a888ac808c29323d3adb3862d908e7cb2bfc592 (diff) | |
| parent | 094928ba02bbabf3807ebe8f5ae77b957435d288 (diff) | |
| download | vyos-1x-772ccb06548fb1a65d8623ea545facb0bcabb97c.tar.gz vyos-1x-772ccb06548fb1a65d8623ea545facb0bcabb97c.zip | |
Merge pull request #5298 from vyos/ci/T8490-typos-vyos-1x
ci: T8490: fix typos in comments, strings, and local identifiers
Diffstat (limited to 'src/ocaml')
| -rw-r--r-- | src/ocaml/vyos_op_run.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml/vyos_op_run.ml b/src/ocaml/vyos_op_run.ml index aa88d42fd..69028792e 100644 --- a/src/ocaml/vyos_op_run.ml +++ b/src/ocaml/vyos_op_run.ml @@ -286,7 +286,7 @@ let is_admin_only_command cmd = match res with | None -> false | Some _ -> - let () = Logs.debug @@ fun m -> m "Commandis reserved for admins" in + let () = Logs.debug @@ fun m -> m "Command is reserved for admins" in true let check_command_permissions perms cmd = |
