Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/cohttp_curl_lwt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ let cmd =
The output file can also be specified with the $(b,-o) option, and more
verbose debugging out obtained via the $(b,-v) option.";
`S "BUGS";
`P "Report them to via e-mail to <mirageos-devel@lists.xenproject.org>, or
`P "Report them via e-mail to <mirageos-devel@lists.xenproject.org>, or
on the issue tracker at <https://github.com/mirage/ocaml-cohttp/issues>";
`S "SEE ALSO";
`P "$(b,curl)(1), $(b,wget)(1)" ]
Expand Down
2 changes: 1 addition & 1 deletion bin/cohttp_proxy_lwt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ let cmd =
`S "DESCRIPTION";
`P "$(tname) sets up a simple http proxy with lwt as backend";
`S "BUGS";
`P "Report them to via e-mail to <mirageos-devel@lists.xenproject.org>, or
`P "Report them via e-mail to <mirageos-devel@lists.xenproject.org>, or
on the issue tracker at <https://github.com/mirage/ocaml-cohttp/issues>";
] in
Term.(pure lwt_start_proxy $ port $ host $ verb $ ssl_cert $ ssl_key),
Expand Down
2 changes: 1 addition & 1 deletion bin/cohttp_server_lwt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ let cmd =
`S "DESCRIPTION";
`P "$(tname) sets up a simple http server with lwt as backend";
`S "BUGS";
`P "Report them to via e-mail to <mirageos-devel@lists.xenproject.org>, or
`P "Report them via e-mail to <mirageos-devel@lists.xenproject.org>, or
on the issue tracker at <https://github.com/mirage/ocaml-cohttp/issues>";
] in
Term.(pure lwt_start_server $ doc_root $ port $ host $ index $ verb $ ssl_cert $ ssl_key),
Expand Down