class_pkgconfig.xml: Fix Typo.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 14 Feb 2010 19:21:54 +0000 (11:21 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sun, 14 Feb 2010 19:21:54 +0000 (11:21 -0800)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
docs/usermanual/reference/class_pkgconfig.xml

index 3cb5002..8c2177c 100644 (file)
@@ -4,7 +4,7 @@
 
   <para>The pkgconfig class is for packages that install
   <command>&lt;pkg&gt;.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>