diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-07-19 04:24:26 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-07-19 04:24:26 +0000 |
commit | cbed67baf82b78260cd9b714d32401e177c8e839 (patch) | |
tree | ed4356f941d77f33b44dbcf526ee1685043605f9 /TAO/tests | |
parent | 3d7b6b48852d0ec4fa059bb5c0e40c04652a4588 (diff) | |
download | ATCD-cbed67baf82b78260cd9b714d32401e177c8e839.tar.gz |
ChangeLogTag:Sun Jul 18 21:09:18 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/Portable_Interceptors/PolicyFactory/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/PolicyFactory/server.cpp b/TAO/tests/Portable_Interceptors/PolicyFactory/server.cpp index 54767989fb4..e6aa3b6525f 100644 --- a/TAO/tests/Portable_Interceptors/PolicyFactory/server.cpp +++ b/TAO/tests/Portable_Interceptors/PolicyFactory/server.cpp @@ -51,7 +51,7 @@ main (int argc, char *argv[]) const CORBA::PolicyType ptype = p->policy_type (ACE_ENV_SINGLE_ARG_PARAMETER); - // Snaity check. + // Sanity check. if (ptype != Test::POLICY_TYPE) ACE_TRY_THROW (CORBA::INTERNAL ()); |