diff options
author | Austin Henriksen <austin@zeroc.com> | 2023-12-06 11:35:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 11:35:59 -0500 |
commit | e14afea88e4b3b65d29a64faa0f088cb986a9258 (patch) | |
tree | a3f6e11fab21a5105f40682d8fedeff25500a1a2 /csharp/src/Ice/ThreadHookPlugin.cs | |
parent | Fixed typo in _makeLambdaOutgoing name (diff) | |
download | ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.tar.bz2 ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.tar.xz ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.zip |
Fixed typos. (#1580)
Diffstat (limited to 'csharp/src/Ice/ThreadHookPlugin.cs')
-rw-r--r-- | csharp/src/Ice/ThreadHookPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/ThreadHookPlugin.cs b/csharp/src/Ice/ThreadHookPlugin.cs index 52a43499fc8..d24f1d12b31 100644 --- a/csharp/src/Ice/ThreadHookPlugin.cs +++ b/csharp/src/Ice/ThreadHookPlugin.cs @@ -9,7 +9,7 @@ namespace Ice /// <summary> /// Class to support thread notification hooks. Applications using /// thread notification hooks instantiate a ThreadHookPlugin with a - /// thread notification hook and return the instance from their + /// thread notification hook and return the instance from their /// PluginFactory implementation. /// </summary> public class ThreadHookPlugin : Plugin |