diff options
Diffstat (limited to 'cpp/src/Ice/EndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EndpointI.cpp b/cpp/src/Ice/EndpointI.cpp index 1c46219cd44..fc6f9ad7350 100644 --- a/cpp/src/Ice/EndpointI.cpp +++ b/cpp/src/Ice/EndpointI.cpp @@ -93,6 +93,6 @@ IceInternal::EndpointI::initWithOptions(vector<string>& args) bool IceInternal::EndpointI::checkOption(const string&, const string&, const string&) { - // Must be overriden to check for options. + // Must be overridden to check for options. return false; } |