diff options
Diffstat (limited to 'csharp/src/Ice/Application.cs')
-rw-r--r-- | csharp/src/Ice/Application.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/Application.cs b/csharp/src/Ice/Application.cs index bea6f6a8576..396001a1add 100644 --- a/csharp/src/Ice/Application.cs +++ b/csharp/src/Ice/Application.cs @@ -79,7 +79,7 @@ namespace Ice /// <summary> /// Initializes an instance that handles signals according to the signal policy. - /// If not signal policy is provided the default SinalPolicy.HandleSignals + /// If not signal policy is provided the default SinalPolicy.HandleSignals /// will be used, which calls Communicator.shutdown if a signal is received. /// </summary> /// <param name="signalPolicy">Determines how to respond to signals.</param> |