diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-23 20:25:04 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-23 20:25:04 +0000 |
commit | c89e17290b25cd08fc61050c33bca57146f47127 (patch) | |
tree | 15a963602d62e01783394e8fb121e40df11296f1 /tests/Process_Strategy_Test.cpp | |
parent | 903086e17ac1c4e629887f814adf0b466ba3ef64 (diff) | |
download | ATCD-c89e17290b25cd08fc61050c33bca57146f47127.tar.gz |
fixed typo in test name
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r-- | tests/Process_Strategy_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp index 08bca5d7b5a..c022d1bc279 100644 --- a/tests/Process_Strategy_Test.cpp +++ b/tests/Process_Strategy_Test.cpp @@ -554,7 +554,7 @@ server (void *) int main (int argc, char *argv[]) { - ACE_START_TEST ("Process_Stratey_Test"); + ACE_START_TEST ("Process_Strategy_Test"); ACE_Service_Config svc_conf; |