Skip to content

Commit 7837692

Browse files
committed
1 parent 8b071e6 commit 7837692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/common.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,9 +1094,9 @@ function set_changelog() {
10941094
# then deduce it. If there's a debian/control file that specifies that
10951095
# package name, then use it. Otherwise, default to the name of the
10961096
# linux-pkg directory name. This can't always be the default because
1097-
# for some packages (for some reasons lost to the sands of time), those
1098-
# are different. For example, the challenge-response linux-pkg
1099-
# directory generates the pam-challenge-response debian package.
1097+
# for some packages (for reasons lost to the sands of time), those are
1098+
# different. For example, the challenge-response linux-pkg directory
1099+
# generates the pam-challenge-response debian package.
11001100
#
11011101
if [[ -n $1 ]]; then
11021102
src_package=$1

0 commit comments

Comments
 (0)