abuild: fix typo in comment

This commit is contained in:
Natanael Copa 2023-04-14 11:20:48 +02:00
parent a0eca745c6
commit a083465f35

View File

@ -1329,7 +1329,7 @@ is_doc_pkg() {
test "${1%-doc}" != "$1"
}
# returns true if this is the -doc package
# returns true if this is the -devhelp package
is_devhelp_pkg() {
test "${1%-devhelp}" != "$1"
}