Skip to content

Commit

Permalink
11.0.0: Fix typos in comments in pkg-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Sep 10, 2022
1 parent 43035c8 commit 1393f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions pkg-test/test-cmake
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 2 additions & 3 deletions pkg-test/test-pkg-config
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1393f56

Please sign in to comment.