summaryrefslogtreecommitdiff
path: root/ACE/ace/Date_Time.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-12 17:08:01 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-12 17:08:01 +0200
commit4b16e80fdac9e3c74774b03f405b4d2383d0aa90 (patch)
tree8cf8e990611e5dd8892fa335f261890414b7d75e /ACE/ace/Date_Time.h
parent42c12b3727d091e29bcf74886343a75023c43a2e (diff)
downloadATCD-4b16e80fdac9e3c74774b03f405b4d2383d0aa90.tar.gz
Fixed typos
* ACE/ace/Copy_Disabled.h: * ACE/ace/DLL_Manager.h: * ACE/ace/Date_Time.h:
Diffstat (limited to 'ACE/ace/Date_Time.h')
-rw-r--r--ACE/ace/Date_Time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Date_Time.h b/ACE/ace/Date_Time.h
index aba5d04487b..4c3484a727e 100644
--- a/ACE/ace/Date_Time.h
+++ b/ACE/ace/Date_Time.h
@@ -36,7 +36,7 @@ public:
/// Constructor initializes with the given ACE_Time_Value
explicit ACE_Date_Time (const ACE_Time_Value& timevalue);
- /// Constructor with init values, no check for validy
+ /// Constructor with init values, no check for validity
/// Set/get portions of ACE_Date_Time, no check for validity.
ACE_Date_Time (long day,
long month = 0,