diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2017-04-24T08·49+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24T08·49+0200 |
commit | 1196470e92f7e698cac28b7d84371fd4d28385ec (patch) | |
tree | 2d3753c6b0750fd9e5c3f211d870c326538cf494 /doc/manual | |
parent | 240399e059aa611c187305b4e0d134d5d5d3179d (diff) | |
parent | 00b6c6d0c3047e6e0b2ab6ea8fef9bef94586ce4 (diff) |
Merge pull request #1347 from kennyballou/sm-grammar-fix
Fix small grammar issue about page
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/introduction/about-nix.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/introduction/about-nix.xml b/doc/manual/introduction/about-nix.xml index 0c58984ac489..e6dfb7a5a565 100644 --- a/doc/manual/introduction/about-nix.xml +++ b/doc/manual/introduction/about-nix.xml @@ -93,7 +93,7 @@ time window in which the package has some files from the old version and some files from the new version — which would be bad because a program might well crash if it’s started during that period.</para> -<para>And since package aren’t overwritten, the old versions are still +<para>And since packages aren’t overwritten, the old versions are still there after an upgrade. This means that you can <emphasis>roll back</emphasis> to the old version:</para> |