diff --git a/TGControlPanel/ServerOpForm.cs b/TGControlPanel/ServerOpForm.cs
index 7e463e975a..06099fd819 100644
--- a/TGControlPanel/ServerOpForm.cs
+++ b/TGControlPanel/ServerOpForm.cs
@@ -14,9 +14,9 @@ namespace TGControlPanel
#endif
{
///
- /// Used to wrap calls in a non-blocking fashion while disabling the and enabling the wait cursor
+ /// Used to wrap calls in a non-blocking fashion while disabling the and enabling the wait cursor
///
- /// The operation to wrap
+ /// The operation to wrap
/// A wrapping
protected Task WrapServerOp(Action action)
{