diff options
Diffstat (limited to 'man/html.in')
-rwxr-xr-x | man/html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/html.in b/man/html.in index c09d300d6f..b7e79841d0 100755 --- a/man/html.in +++ b/man/html.in @@ -6,7 +6,7 @@ if [ -z "$1" ]; then exit 1 fi -# make sure the rules have been regenrated (in case man/update-man-rules was just run) +# make sure the rules have been regenerated (in case man/update-man-rules was just run) ninja -C "@BUILD_ROOT@" version.h target="man/$1.html" |