diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-14 11:21:54 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-14 11:21:54 -0800 |
commit | d8bcfb8434b617b1f0ebc723fce177bbcd486f4a (patch) | |
tree | dcf281a3cc7a98f2df249dd7cfcb7bbdf76accf3 /docs | |
parent | e33768cadf302e2292910ef1d55e586497edf0af (diff) |
class_pkgconfig.xml: Fix Typo.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usermanual/reference/class_pkgconfig.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usermanual/reference/class_pkgconfig.xml b/docs/usermanual/reference/class_pkgconfig.xml index 3cb5002df5..8c2177cecf 100644 --- a/docs/usermanual/reference/class_pkgconfig.xml +++ b/docs/usermanual/reference/class_pkgconfig.xml @@ -4,7 +4,7 @@ <para>The pkgconfig class is for packages that install <command><pkg>.pc</command> files. These files provide information - about the build settings for the package vwhich are then made available by + about the build settings for the package which are then made available by the <command>pkg-config</command> command.</para> <para>Since the contents of the <command>.pc</command> files are used at @@ -36,4 +36,4 @@ (it will ignore those that end in <command>-uninstalled.pc)</command> and process them as described above. All that is required to use the class is the addition of pkgconfig in an inherit statement:<screen>inherit autotools pkgconfig</screen></para> -</section>
\ No newline at end of file +</section> |