summaryrefslogtreecommitdiffstats
path: root/Source/cmXMLWriter.h
diff options
context:
space:
mode:
authorLuz Paz <luzpaz@users.noreply.github.com>2018-01-03 12:09:54 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-01-03 19:52:01 (GMT)
commit3ab7bf82852a43871edd6b2d026f35caeeb71307 (patch)
tree74091fa34c79611957c11592aa59efa5f4465c58 /Source/cmXMLWriter.h
parent3e1f5b11e0cfaeb28d1bc4de36e5856344ccb87c (diff)
downloadCMake-3ab7bf82852a43871edd6b2d026f35caeeb71307.zip
CMake-3ab7bf82852a43871edd6b2d026f35caeeb71307.tar.gz
CMake-3ab7bf82852a43871edd6b2d026f35caeeb71307.tar.bz2
Various typo fixes
Some are user-facing. Others are source comments.
Diffstat (limited to 'Source/cmXMLWriter.h')
-rw-r--r--Source/cmXMLWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXMLWriter.h b/Source/cmXMLWriter.h
index c890acf..7bae21e 100644
--- a/Source/cmXMLWriter.h
+++ b/Source/cmXMLWriter.h
@@ -108,7 +108,7 @@ private:
* It would be tempting to convert a time_point to number of seconds by
* using time_since_epoch(). Unfortunately the C++11 standard does not
* specify what the epoch of the system_clock must be.
- * Therefore we must assume it is an arbitary point in time. Instead of this
+ * Therefore we must assume it is an arbitrary point in time. Instead of this
* method, it is recommended to convert it by means of the to_time_t method.
*/
static std::time_t SafeContent(