summaryrefslogtreecommitdiff
path: root/main/stdtime
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-12-20 12:14:54 -0500
committerCorey Farrell <git@cfware.com>2017-12-20 12:40:01 -0500
commit1b80ffa495160c8b4ded31fa0597ec578f908d97 (patch)
tree0f7449db5166a719811f9ca26b2bd0a317cc0f37 /main/stdtime
parent4815be9aeb17afd650af184a272d73b63ff98774 (diff)
Fix Common Typo's.
Fix instances of: * Retreive * Recieve * other then * different then * Repeated words ("the the", "an an", "and and", etc). * othterwise, teh ASTERISK-24198 #close Change-Id: I3809a9c113b92fd9d0d9f9bac98e9c66dc8b2d31
Diffstat (limited to 'main/stdtime')
-rw-r--r--main/stdtime/localtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/stdtime/localtime.c b/main/stdtime/localtime.c
index eac199a11..fd33d9f9d 100644
--- a/main/stdtime/localtime.c
+++ b/main/stdtime/localtime.c
@@ -1055,7 +1055,7 @@ static int tzload(const char *name, struct state * const sp, const int doextend)
int result;
/* for temporary struct state --
- * macro flags the the struct as a stack temp.
+ * macro flags the struct as a stack temp.
* to prevent use within add_notify()
*/
SP_STACK_INIT(ts);
@@ -1775,7 +1775,7 @@ void ast_get_dst_info(const time_t * const timep, int *dst_enabled, time_t *dst_
return;
/* If the desired time exceeds the bounds of the defined time transitions
- * then give give up on determining DST info and simply look for gmt offset
+ * then give up on determining DST info and simply look for gmt offset
* This requires that I adjust the given time using increments of Gregorian
* repeats to place the time within the defined time transitions in the
* timezone structure.