From e550494a8e6d28274fa124bdb10d4c7f40fe074b Mon Sep 17 00:00:00 2001 From: Lennart Kolmodin Date: Thu, 21 Apr 2011 18:17:02 +0200 Subject: [PATCH] Fix typo in shared libraries documentation. --- docs/users_guide/shared_libs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/shared_libs.xml b/docs/users_guide/shared_libs.xml index def773c..89b656a 100644 --- a/docs/users_guide/shared_libs.xml +++ b/docs/users_guide/shared_libs.xml @@ -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 - 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 -- 1.7.10.4