summaryrefslogtreecommitdiff
path: root/core/bind
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-09-02 21:19:06 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-09-02 21:19:06 +0700
commit459f526119da43efae52307a6165a8ccd5cb2288 (patch)
treec61ea80ca6adf2a2494ffdebb0a73dd56d4e5cbc /core/bind
parentb4efb832a749730b924f63be073cfe80c9afc334 (diff)
Fix typos 'a' and 'an'
Diffstat (limited to 'core/bind')
-rw-r--r--core/bind/core_bind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp
index a446094643..0f217c8235 100644
--- a/core/bind/core_bind.cpp
+++ b/core/bind/core_bind.cpp
@@ -568,7 +568,7 @@ Dictionary _OS::get_time(bool utc) const {
}
/**
- * Get a epoch time value from a dictionary of time values
+ * Get an epoch time value from a dictionary of time values
* @p datetime must be populated with the following keys:
* day, hour, minute, month, second, year. (dst is ignored).
*