[PATCH][TEST] Fixed a misused character

[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.

Toshifumi Fujimura wrote:
[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
+1 -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com

TF> [PATCH][TEST] Fixed a misused character Can you resend in HG format? Ideally with patchbomb, but if that's not an option, the output of "hg export" would be preferred for proper attribution. Also, this isn't a test patch, so it would be nice to remove that from the subject line too :) Thanks! -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com
participants (3)
-
Dan Smith
-
Kaitlin Rupert
-
Toshifumi Fujimura