Skip to content

Commit cb0a38b

Browse files
classabbyampDuncaen
authored andcommitted
NEWS: fix some typos/mispellings/grammar
1 parent 18751bb commit cb0a38b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

NEWS

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ xbps-X.XX.X (2020-XX-XX):
22

33
* libxbps: fix issues with updating packages in unpacked state. [duncaen]
44

5-
* libxbps: run all scripts before and after unpackage all packages,
5+
* libxbps: run all scripts before and after unpacking all packages,
66
to avoid running things in a half unpacked state. [duncaen]
77

88
* libxbps: fix configuration parsing with missing trailing newline
@@ -26,21 +26,21 @@ xbps-X.XX.X (2020-XX-XX):
2626
breaks the installation or update of a package instead of just ignoring
2727
it, resulting in an inconsistent pkgdb. #392 [duncaen]
2828

29-
* libxbps: fix issues with XBPS_FLAG_INSTALL_AUTO where already intalled
30-
packages would get market automatically installed when they are being
31-
updated while installing new packackages in automatically installed mode.
29+
* libxbps: fix issues with XBPS_FLAG_INSTALL_AUTO where already installed
30+
packages would get marked automatically installed when they are being
31+
updated while installing new packages in automatically installed mode.
3232
#557 [duncaen]
3333

34-
* libxbps: when reinstalling a package don't remove directories that are still
34+
* libxbps: when reinstalling a package, don't remove directories that are still
3535
part of the new package. This avoids the recreation of directories which
36-
trips up runsv as it keeps an fd to the service directory open that would
36+
trips up runsv, as it keeps an fd to the service directory open that would
3737
be deleted and recreated. #561 [duncaen]
3838

3939
* xbps-install(1): list reinstalled packages. [chocimier]
4040

41-
* xbps-install(1): in dry-run mode ignore out of space error. [chocimier]
41+
* xbps-install(1): in dry-run mode, ignore out of space error. [chocimier]
4242

43-
* xbps-install(1): fix bug where a repo locked dependency could be updated
43+
* xbps-install(1): fix bug where a repo-locked dependency could be updated
4444
from a repository it was not locked to. [chocimier]
4545

4646
* xbps-fetch(1): make sure to exit with failure if a failure was encountered.
@@ -53,11 +53,11 @@ xbps-X.XX.X (2020-XX-XX):
5353

5454
* xbps-checkvers(1): with --installed also list subpackages. [chocimier]
5555

56-
* xbps-remove(1): fix dry run cache cleaning inconsistencies. [duncaen]
56+
* xbps-remove(1): fix dry-run cache cleaning inconsistencies. [duncaen]
5757

58-
* xbps-remove(1): allow to remove "uninstalled" (packages in the cache that
59-
are still up to date but no long installed) packages from the package
60-
cache by specifing the -O/--clean-cache flag twice. #530 [duncaen]
58+
* xbps-remove(1): allow removing "uninstalled" packages (packages in the cache
59+
that are still up to date but no long installed) from the package
60+
cache by specifying the -O/--clean-cache flag twice. #530 [duncaen]
6161

6262
* xbps-query(1): --cat now works in either repo or pkgdb mode. [duncaen]
6363

@@ -81,11 +81,11 @@ xbps-X.XX.X (2020-XX-XX):
8181
`XBPS_STAGING` environment variable and `staging=true|false` configuration option.
8282
Enabling staging allows xbps to use staged packages from remote repositories.
8383

84-
* xbps-insatll(1), xbps-remove(1): Print package install and removal messages once,
84+
* xbps-install(1), xbps-remove(1): Print package install and removal messages once,
8585
below the transaction summary, before applying the transaction. #572 [chocimier]
8686

8787
* xbps-query(1): Improved argument parsing allows package arguments anywhere in the
88-
arguments. #588 [classabbyamp]
88+
arguments. #588 [classabbyamp]
8989

9090
* xbps-install(1): Make dry-run output consistent/machine parsable. #611 [classabbyamp]
9191

0 commit comments

Comments
 (0)