summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2022-10-29 18:15:10 +0000
committerNiels Thykier <niels@thykier.net>2022-10-29 18:15:10 +0000
commit5f76c46240e5b9b28af5b6b4e3185bbc5bb61114 (patch)
treeb3dc1cf4e868c2a405a740d3d9fd2d298e6ba7b4
parentdc55c60067aab693acbbc84a308f24fe809c4a50 (diff)
dh_installdebconf: Fix typo in manual page
Signed-off-by: Niels Thykier <niels@thykier.net>
-rwxr-xr-xdh_installdebconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installdebconf b/dh_installdebconf
index 99193225..79d50d28 100755
--- a/dh_installdebconf
+++ b/dh_installdebconf
@@ -123,7 +123,7 @@ This can be used as in the following example:
--define pkg.baz.TOKEN=unique-baz-value
In this example, B<#TOKEN#> will expand to B<default> in F<debian/foo.config>,
-to B<unique-bar-value> in F<debian/bar.v> and to B<unique-baz-value>
+to B<unique-bar-value> in F<debian/bar.config> and to B<unique-baz-value>
in F<debian/baz.config>.
Note that the B<#pkg.*#> tokens will be visible in all scripts acted on. E.g.