diff options
Diffstat (limited to 'csharp/src/Ice/OutgoingAsync.cs')
-rw-r--r-- | csharp/src/Ice/OutgoingAsync.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/OutgoingAsync.cs b/csharp/src/Ice/OutgoingAsync.cs index c0060a42386..0d7f528b80e 100644 --- a/csharp/src/Ice/OutgoingAsync.cs +++ b/csharp/src/Ice/OutgoingAsync.cs @@ -36,7 +36,7 @@ namespace IceInternal public virtual bool response() { - Debug.Assert(false); // Must be overriden by request that can handle responses + Debug.Assert(false); // Must be overridden by request that can handle responses return false; } |