Fix typo in shared libraries documentation.
authorLennart Kolmodin <kolmodin@gmail.com>
Thu, 21 Apr 2011 16:17:02 +0000 (18:17 +0200)
committerIan Lynagh <igloo@earth.li>
Thu, 21 Apr 2011 23:20:54 +0000 (00:20 +0100)
docs/users_guide/shared_libs.xml

index def773c..89b656a 100644 (file)
@@ -16,7 +16,7 @@
     shared between several programs. In contrast, with static linking the
     code is copied into each program. Using shared libraries can thus save
     disk space. They also allow a single copy of code to be shared in memory
     shared between several programs. In contrast, with static linking the
     code is copied into each program. Using shared libraries can thus save
     disk space. They also allow a single copy of code to be shared in memory
-    between several programs that use it. Shared libraires are often used as
+    between several programs that use it. Shared libraries are often used as
     a way of structuring large projects, especially where different parts are
     written in different programming languages. Shared libraries are also
     commonly used as a plugin mechanism by various applications. This is
     a way of structuring large projects, especially where different parts are
     written in different programming languages. Shared libraries are also
     commonly used as a plugin mechanism by various applications. This is