summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Pluggable.cpp2
-rw-r--r--TAO/tao/default_resource.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Pluggable.cpp b/TAO/tao/Pluggable.cpp
index 44526246d0d..5be3407dfc2 100644
--- a/TAO/tao/Pluggable.cpp
+++ b/TAO/tao/Pluggable.cpp
@@ -329,7 +329,7 @@ TAO_Connector::make_mprofile (const char *string,
// Problem in IOR between protocol prefix and double slash "//"
}
- // The behind the following loop is to split the IOR into several
+ // The idea behind the following loop is to split the IOR into several
// strings that can be parsed by each profile.
// For example,
// `1.3//moo,shu,chicken/arf'
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp
index 995f4945874..32323f1968d 100644
--- a/TAO/tao/default_resource.cpp
+++ b/TAO/tao/default_resource.cpp
@@ -146,7 +146,7 @@ TAO_Default_Resource_Factory::init (int argc, char **argv)
else
ACE_DEBUG ((LM_DEBUG,
"TAO_Default_Factory - unknown argument"
- " <%s> for -ORBreactorytype\n", name));
+ " <%s> for -ORBreactortype\n", name));
}
}