11.0.0: Fix typos in comments in pkg-test

This commit is contained in:
Jay Berkenbilt 2022-09-10 11:33:10 -04:00
parent 43035c8987
commit 1393f56e7c
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,9 @@
#!/bin/sh
#
# Test that the installed qpdf development packages enable a qpdf
# application to be build with information from pkg-config. Requires
# pkg-config as well as libqpdf development dependencies.
# application to be built with cmake using qpdf's cmake package
# information. Requires cmake as well as libqpdf development
# dependencies.
#
set -ex

View File

@ -1,9 +1,8 @@
#!/bin/sh
#
# Test that the installed qpdf development packages enable a qpdf
# application to be build with cmake using qpdf's cmake package
# information. Requires cmake as well as libqpdf development
# dependencies.
# application to be built with cmake. Requires cmake as well as
# libqpdf development dependencies.
#
set -ex