summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointFactory.cpp
diff options
context:
space:
mode:
authorAustin Henriksen <austin@zeroc.com>2023-12-06 11:35:59 -0500
committerGitHub <noreply@github.com>2023-12-06 11:35:59 -0500
commite14afea88e4b3b65d29a64faa0f088cb986a9258 (patch)
treea3f6e11fab21a5105f40682d8fedeff25500a1a2 /cpp/src/Ice/EndpointFactory.cpp
parentFixed typo in _makeLambdaOutgoing name (diff)
downloadice-e14afea88e4b3b65d29a64faa0f088cb986a9258.tar.bz2
ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.tar.xz
ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.zip
Fixed typos. (#1580)
Diffstat (limited to 'cpp/src/Ice/EndpointFactory.cpp')
-rw-r--r--cpp/src/Ice/EndpointFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EndpointFactory.cpp b/cpp/src/Ice/EndpointFactory.cpp
index 4d4f39405a2..b673d0f1d4e 100644
--- a/cpp/src/Ice/EndpointFactory.cpp
+++ b/cpp/src/Ice/EndpointFactory.cpp
@@ -24,7 +24,7 @@ IceInternal::EndpointFactory::~EndpointFactory()
void
IceInternal::EndpointFactory::initialize()
{
- // Nothing to do, can be overriden by specialization to finish initialization.
+ // Nothing to do, can be overridden by specialization to finish initialization.
}
IceInternal::EndpointFactoryPlugin::EndpointFactoryPlugin(const CommunicatorPtr& communicator,