summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-05-26 21:09:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-05-26 21:09:09 +0000
commit7dcc7d23745df6c4ef7c1ce052b6dde0c865b964 (patch)
treed0b9dfa3f8e4b15b492fd05fbe81b94e4462ad2b
parent139e411036560346ba074e0b1c7850069c4921d5 (diff)
downloadATCD-7dcc7d23745df6c4ef7c1ce052b6dde0c865b964.tar.gz
cosmetic changes/fixes
-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));
}
}