summaryrefslogtreecommitdiff
path: root/ACE/websvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-10-27 20:31:23 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-10-27 20:31:23 +0200
commitfbe2afce7458c2f253f7d2a8a7c394de80cff595 (patch)
tree592d4c3e0feb26a13c6285ae208f272d4a660e60 /ACE/websvcs
parent956f2f051339a94b536c2495068cba0d71b15727 (diff)
downloadATCD-fbe2afce7458c2f253f7d2a8a7c394de80cff595.tar.gz
Fixed typos in comment
* ACE/ace/Asynch_IO.h: * ACE/ace/CDR_Stream.h: * ACE/ace/Hash_Map_Manager_T.h: * ACE/ace/Hash_Multi_Map_Manager_T.h: * ACE/ace/Malloc_T.cpp: * ACE/ace/Map_Manager.h: * ACE/ace/POSIX_Asynch_IO.h: * ACE/ace/SSL/SSL_Context.h: * ACE/websvcs/lib/URL_Addr.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/Safe_InputCDR.h: * TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h: * TAO/orbsvcs/tests/Notify/Basic/Events.h: * TAO/orbsvcs/tests/Notify/Basic/Simple.h: * TAO/orbsvcs/tests/Notify/Basic/Updates.h: * TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: * TAO/tao/CDR.h:
Diffstat (limited to 'ACE/websvcs')
-rw-r--r--ACE/websvcs/lib/URL_Addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/websvcs/lib/URL_Addr.h b/ACE/websvcs/lib/URL_Addr.h
index 8c1d05c6bcf..b88a22be341 100644
--- a/ACE/websvcs/lib/URL_Addr.h
+++ b/ACE/websvcs/lib/URL_Addr.h
@@ -48,7 +48,7 @@ public:
/// Get the original URL
const ACE_TCHAR *get_url (void) const;
- /// Essentially the copy contructor.
+ /// Essentially the copy constructor.
int set (const ACE_URL_Addr& address);
/**