summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp')
-rw-r--r--TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp b/TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp
index f13d90e8e70..15c6a26e26f 100644
--- a/TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp
+++ b/TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp
@@ -32,7 +32,7 @@ ServerInitializer::post_init (
}
catch(...)
{
- std::cerr << "Exception occured trying to create ServerInterceptor." << std::endl;
+ std::cerr << "Exception occurred trying to create ServerInterceptor." << std::endl;
}
PortableInterceptor::ServerRequestInterceptor_var si_interceptor =