Index: src/Common/DelftTools.Controls/Command.cs
===================================================================
diff -u -r893e87bb682400420fd124ca200c511c44f363e5 -rcd18f71044ad723faa49abf9ce50d1c042687264
--- src/Common/DelftTools.Controls/Command.cs (.../Command.cs) (revision 893e87bb682400420fd124ca200c511c44f363e5)
+++ src/Common/DelftTools.Controls/Command.cs (.../Command.cs) (revision cd18f71044ad723faa49abf9ce50d1c042687264)
@@ -1,7 +1,7 @@
namespace DelftTools.Controls
{
///
- /// Linking command to button. Using the Command Pattern in Windows Forms clients.
+ /// Linking command to button. Using the Command Pattern in Windows Forms clients.
///
///
/// This example demonstrates how to create a Button, hook it up to a Command with a minimum of code and let the power of data binding deal with turning the command on and off: