summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-28 22:08:05 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-28 22:08:05 +0000
commitd0077999bffc4a95b95b2df18ba663b54c4d569f (patch)
tree31fb9e9b68c7717a4810ba53569de23fb42f4096
parent84648c8334b80849d96cb22b9df808cbabe15344 (diff)
downloadATCD-d0077999bffc4a95b95b2df18ba663b54c4d569f.tar.gz
ChangeLogTag: Fri Jun 28 17:06:46 2002 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
index 56bf623159e..90ac69845db 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
@@ -1275,7 +1275,7 @@ be_visitor_typecode_defn::gen_encapsulation (be_field *node)
node->visibility() == AST_Field::vis_PRIVATE ? 0 : 1;
os->indent (); // start from current indentation level
- *os << visibility << ", // data memeber visibility marker"
+ *os << visibility << ", // data member visibility marker"
<< "\n\n";
this->tc_offset_ += sizeof (ACE_CDR::ULong);