1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ralf Treinen <treinen@debian.org>
Date: Fri, 9 Aug 2024 11:29:07 +0200
Subject: typo in manpage
---
ocamldsort.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ocamldsort.1 b/ocamldsort.1
index 5774fae..110cdae 100644
--- a/ocamldsort.1
+++ b/ocamldsort.1
@@ -144,7 +144,7 @@ Sort files using mli dependencies.
.TP
.BI \-nox
-Ignore filenames containg `*' so that unexpanded wildcards are ignored.
+Ignore filenames containing `*' so that unexpanded wildcards are ignored.
.TP
.BI \-obj
|