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 #!/bin/sh
# #
# Test that the installed qpdf development packages enable a qpdf # Test that the installed qpdf development packages enable a qpdf
# application to be build with information from pkg-config. Requires # application to be built with cmake using qpdf's cmake package
# pkg-config as well as libqpdf development dependencies. # information. Requires cmake as well as libqpdf development
# dependencies.
# #
set -ex set -ex

View File

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