summaryrefslogtreecommitdiff
path: root/tests/Get_Opt_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 17:20:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 17:20:10 +0000
commit7d25b6ca474784de9c2dd8ee8eab286812c7bb9d (patch)
tree6f66bf0c494d95cd4aade9ee2071ba1d3a677fc0 /tests/Get_Opt_Test.cpp
parent316753d8d6f613f7e74efbb17d687a0ebc5fe8dc (diff)
downloadATCD-7d25b6ca474784de9c2dd8ee8eab286812c7bb9d.tar.gz
ChangeLogTag:Wed Dec 26 11:18:31 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'tests/Get_Opt_Test.cpp')
-rw-r--r--tests/Get_Opt_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Get_Opt_Test.cpp b/tests/Get_Opt_Test.cpp
index e7e1b8b3421..a193cd7389d 100644
--- a/tests/Get_Opt_Test.cpp
+++ b/tests/Get_Opt_Test.cpp
@@ -133,7 +133,7 @@ parse_args (int test_number,
case 'r':
// This one has a required argument, we wouldn't be here if the
// arg were missing. Note that we call get_opt.opt_arg () to return the
- // argument, but we could have used get_opt.optarg since optarg
+ // argument, but we could have used get_opt.opt_arg () since.opt_arg ()
// is defined as "opt_arg ()".
ACE_DEBUG ((LM_INFO,
" Found option '%c' with required argument \"%s\"\n",