Fix typos

Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
Diego Viola 2024-05-20 02:15:37 -03:00
parent d74d7ec32c
commit 7bbfc17f3c
6 changed files with 6 additions and 6 deletions

2
NEWS
View file

@ -182,7 +182,7 @@ VERSION DESCRIPTION
- fix segfault when Usage is specified without a value - fix segfault when Usage is specified without a value
- include timezones in pacman.log - include timezones in pacman.log
- bash-completion: use POSIX character classes for portability - bash-completion: use POSIX character classes for portability
- correctly report a download failiure for 404s - correctly report a download failure for 404s
- fix handling of signals during SIGSEGV - fix handling of signals during SIGSEGV
- fix buffer overread in pacman/callback - fix buffer overread in pacman/callback
- fix crash when downloading files with a Content-Disposition - fix crash when downloading files with a Content-Disposition

View file

@ -60,7 +60,7 @@ library_depends() {
continue continue
fi fi
# only add library dependency if it exists - this helps bootstraping dependencies # only add library dependency if it exists - this helps bootstrapping dependencies
if [[ $(run_pacman -T "$prefix:$sofile") ]]; then if [[ $(run_pacman -T "$prefix:$sofile") ]]; then
continue continue
fi fi

View file

@ -713,7 +713,7 @@ create_srcpackage() {
done done
pkgname=(${pkgname_backup[@]}) pkgname=(${pkgname_backup[@]})
# add a copy of source PGP signing public keys if availabe in keys/pgp/<fingerprint>.asc # add a copy of source PGP signing public keys if available in keys/pgp/<fingerprint>.asc
local key local key
for key in ${validpgpkeys[@]}; do for key in ${validpgpkeys[@]}; do
if [[ -f keys/pgp/$key.asc ]]; then if [[ -f keys/pgp/$key.asc ]]; then

View file

@ -16,7 +16,7 @@ Release 0.2 (06/02/13)
----------- -----------
- added support for directories, symlinks and altered files - added support for directories, symlinks and altered files
- removed hardcoded references to package names in testcase scripts - removed hardcoded references to package names in testcase scripts
- splited pactest.py in several modules - split pactest.py in several modules
- lots of code optimizations - lots of code optimizations
- created a home page to host the project - created a home page to host the project
- added README, TODO and ChangeLog files - added README, TODO and ChangeLog files

View file

@ -1,4 +1,4 @@
self.description = "symlink -> dir replacment" self.description = "symlink -> dir replacement"
lp1 = pmpkg("pkg1") lp1 = pmpkg("pkg1")
lp1.files = ["usr/lib/foo", lp1.files = ["usr/lib/foo",

View file

@ -1,4 +1,4 @@
self.description = "symlink -> dir replacment with file move" self.description = "symlink -> dir replacement with file move"
lp1 = pmpkg("pkg1") lp1 = pmpkg("pkg1")
lp1.files = ["usr/include/foo/", lp1.files = ["usr/include/foo/",