From e503172e58b50dfd66fb79748fda621aa49a3078 Mon Sep 17 00:00:00 2001 From: Monnier Florent Date: Fri, 25 Oct 2024 16:47:38 +0200 Subject: [PATCH] fix a typo in the man page --- master_changes.md | 1 + src/client/opamCommands.ml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/master_changes.md b/master_changes.md index 8f174fb5fb6..05890e864c8 100644 --- a/master_changes.md +++ b/master_changes.md @@ -129,6 +129,7 @@ users) * mli documentation: fix code blocks, references [#6150 @rjbou] * mli documentation: fix code blocks, references, add `@raise` tags [#6150 @rjbou] * Unhide `OpamProcess` functions [#6150 @rjbou] + * Fix a typo in the default man page [#6267 @fccm2] ## Security fixes diff --git a/src/client/opamCommands.ml b/src/client/opamCommands.ml index 2e59b57f021..410b12e06af 100644 --- a/src/client/opamCommands.ml +++ b/src/client/opamCommands.ml @@ -4442,7 +4442,7 @@ let default cli = `P "It has support for different remote repositories such as HTTP, rsync, \ git, darcs and mercurial. Everything is installed within a local opam \ directory, that can include multiple installation prefixes with \ - different sets of intalled packages."; + different sets of installed packages."; `P "Use either $(b,opam --help) or $(b,opam help ) \ for more information on a specific command."; `S Manpage.s_commands;