summaryrefslogtreecommitdiff
path: root/main/timing.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-06-16 12:48:11 +0000
committerRussell Bryant <russell@russellbryant.com>2008-06-16 12:48:11 +0000
commite27a98ce5a6ad53a78e24c83fdfcbf58653bde6a (patch)
tree82afe3f1598f2ba4ce1594f827a6825e72e39ab6 /main/timing.c
parent523532204a734de28251528ab1f10eeb3a78a80d (diff)
- Fix a typo in a timing API call
- Convert the last part of channel.c over to use the timing API. This would not have made a difference when using the dahdi timing module. I noticed it when trying to use another timing source. Oops. :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122923 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/timing.c')
-rw-r--r--main/timing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/timing.c b/main/timing.c
index 6de1a29dd..a1801fa68 100644
--- a/main/timing.c
+++ b/main/timing.c
@@ -157,7 +157,7 @@ int ast_timer_enable_continuous(int handle)
return result;
}
-int ast_timer_disable_continous(int handle)
+int ast_timer_disable_continuous(int handle)
{
int result;