
[PATCH][TEST] Fixed a misused character I found a misused character. Signed-off-by: Toshifumi Fujimura <fujimura.toshifumi@np.css.fujitsu.com> diff -r 29c875cab8b8 doc/architecture.html.in --- a/doc/architecture.html.in Tue Nov 04 13:10:46 2008 -0800 +++ b/doc/architecture.html.in Wed Nov 05 18:42:43 2008 +0900 @@ -15,7 +15,7 @@ </ul> <p> The provider classes implement the actual CIM class model. Some of - the provider libraries implement one CIM class and one providier. + the provider libraries implement one CIM class and one provider. However, many of them perform more than one task. For example, the <tt>Virt_Device</tt> and <tt>Virt_DevicePool</tt> providers implement the device and device pool classes for each of the major -- Toshifumi Fujimura.