summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
index 9dd7502405a..694f2bec221 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
@@ -135,7 +135,7 @@ be_visitor_operation_upcall_command_ss::visit_operation (be_operation * node)
// Prevent copying/assignment and generation of default copy
// constructor and assignment operator.
os << "private:" << be_idt_nl << be_nl
- << "Upcall_Comand ("
+ << "Upcall_Command ("
<< "Upcall_Command const &);" << be_nl
<< "void operator= (Upcall_Command const &);"
<< be_uidt_nl << be_nl;