summaryrefslogtreecommitdiff
path: root/src/ocaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ocaml')
-rw-r--r--src/ocaml/vyos_op_run.ml2
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 =