diff options
-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> |