diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml index 5d9477e80..60c472ad4 100644 --- a/chapter08/pkgmgt.xml +++ b/chapter08/pkgmgt.xml @@ -94,7 +94,7 @@ libfoo.so.1.24), you should remove the library file from the previously installed version (libfoo.so.1.25 in this case). - Otherwise, a ldconfig command (invokeed by yourself from the command + Otherwise, a ldconfig command (invoked by yourself from the command line, or by the installation of some package) will reset the symlink libfoo.so.1 to point to the old library file because it seems to be a newer @@ -107,7 +107,7 @@ (especially, a security vulnerability) is fixed, all running programs linked to the shared library should be restarted. The following command, run as root after - the update is cmplete, will list which processes are using the old versions of those libraries + the update is complete, will list which processes are using the old versions of those libraries (replace libfoo with the name of the library):