[Asterisk-code-review] spelling: continuous (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:05:22 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16832 )
Change subject: spelling: continuous
......................................................................
spelling: continuous
Change-Id: Ifd2a9c5f1aa52143367d64c706d4cd3f0cd15db5
---
M include/asterisk/aoc.h
M main/channel.c
M res/res_timing_timerfd.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/16832/1
diff --git a/include/asterisk/aoc.h b/include/asterisk/aoc.h
index e04cdbc..958cb3d 100644
--- a/include/asterisk/aoc.h
+++ b/include/asterisk/aoc.h
@@ -374,7 +374,7 @@
* \param time_scale from ast_aoc_time_scale enum
* \param granularity_time (optional, set to 0 if not present);
* \param granularity_time_scale (optional, set to 0 if not present);
- * \param step_function set to 1 if this is to use a step function, 0 if continuious
+ * \param step_function set to 1 if this is to use a step function, 0 if continuous
*
* \retval 0 success
* \retval -1 failure
diff --git a/main/channel.c b/main/channel.c
index 8868260..3d7eeba 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -3692,7 +3692,7 @@
ast_channel_alert_write(chan);
} else {
/*
- * Safely disable continous timer events if only buffered dtmf begin or end
+ * Safely disable continuous timer events if only buffered dtmf begin or end
* frames are left in the readq.
*/
ast_timer_disable_continuous(ast_channel_timer(chan));
diff --git a/res/res_timing_timerfd.c b/res/res_timing_timerfd.c
index 71f74bb..b001669 100644
--- a/res/res_timing_timerfd.c
+++ b/res/res_timing_timerfd.c
@@ -181,7 +181,7 @@
ao2_lock(timer);
if (timer->is_continuous) {
- /*It's already in continous mode, no need to do
+ /*It's already in continuous mode, no need to do
* anything further
*/
ao2_unlock(timer);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16832
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ifd2a9c5f1aa52143367d64c706d4cd3f0cd15db5
Gerrit-Change-Number: 16832
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/ca02e2e7/attachment.html>
More information about the asterisk-code-review
mailing list