summaryrefslogtreecommitdiff
path: root/websvcs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-08-18 19:00:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-08-18 19:00:42 +0000
commitdd22d8d33d6fa1c1113d0351ddb4c2397a14a79d (patch)
tree10856f7152a34a5a3bb505e23ff499ae6d57396b /websvcs
parent30a3cc724607992d982e3a40d4f91303c401eb44 (diff)
downloadATCD-dd22d8d33d6fa1c1113d0351ddb4c2397a14a79d.tar.gz
ChangeLogTag:Sat Aug 18 13:18:10 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'websvcs')
-rw-r--r--websvcs/lib/URL_Addr.cpp1
-rw-r--r--websvcs/lib/URL_Addr.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/websvcs/lib/URL_Addr.cpp b/websvcs/lib/URL_Addr.cpp
index 14abe7661d0..43a471075aa 100644
--- a/websvcs/lib/URL_Addr.cpp
+++ b/websvcs/lib/URL_Addr.cpp
@@ -15,7 +15,6 @@ static size_t ftp_size = sizeof(ftp)/sizeof(ftp[0]) - 1;
static ACE_TCHAR mailto[] = ACE_TEXT ("mailto:");
static size_t mailto_size = sizeof(mailto)/sizeof(mailto[0]) - 1;
-
static ACE_TCHAR file[] = ACE_TEXT ("file:");
static size_t file_size = sizeof(file)/sizeof(file[0]) - 1;
static ACE_TCHAR afs[] = ACE_TEXT ("afs:");
diff --git a/websvcs/lib/URL_Addr.h b/websvcs/lib/URL_Addr.h
index 432b44a0f94..c83edf69440 100644
--- a/websvcs/lib/URL_Addr.h
+++ b/websvcs/lib/URL_Addr.h
@@ -181,7 +181,7 @@ public:
// Destructor
ACE_INET_Addr get_inet_address (void) const;
- // Build the INET_Address implicit in the URL, notice that we
+ // Build the INET_Address implicit in the URL, notice that we
// maintain the hostname in its string representation, because the
// URL can be can be refering to an hostname that cannot be
// validated at this point.