[Asterisk-code-review] spelling: comparison (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:59 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16808 )
Change subject: spelling: comparison
......................................................................
spelling: comparison
Change-Id: Id4c2d2b50184145226ba59a7f4d0af3f3e9faa1b
---
M build_tools/cflags.xml
M main/astmm.c
M menuselect/test/menuselect-tree
M res/res_prometheus.c
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/08/16808/1
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index 6a95672..36334ce 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -106,7 +106,7 @@
<depend>HAVE_UNDEFINED_SANITIZER</depend>
<support_level>extended</support_level>
</member>
- <member name="BUSYDETECT_TONEONLY" displayname="Enable additional comparision of only the tone duration not the silence part">
+ <member name="BUSYDETECT_TONEONLY" displayname="Enable additional comparison of only the tone duration not the silence part">
<conflict>BUSYDETECT_COMPARE_TONE_AND_SILENCE</conflict>
<defaultenabled>no</defaultenabled>
<support_level>extended</support_level>
diff --git a/main/astmm.c b/main/astmm.c
index 29d4b96..83462a4 100644
--- a/main/astmm.c
+++ b/main/astmm.c
@@ -1150,7 +1150,7 @@
/*!
* \internal
- * \brief Sort regions comparision.
+ * \brief Sort regions comparison.
*
* \param left Region to compare.
* \param right Region to compare.
diff --git a/menuselect/test/menuselect-tree b/menuselect/test/menuselect-tree
index 4c541b5..cdca6f6 100644
--- a/menuselect/test/menuselect-tree
+++ b/menuselect/test/menuselect-tree
@@ -569,7 +569,7 @@
</member>
<member name="MALLOC_DEBUG" displayname="Keep Track of Memory Allocations">
</member>
- <member name="BUSYDETECT_TONEONLY" displayname="Enable additional comparision of only the tone duration not the silence part">
+ <member name="BUSYDETECT_TONEONLY" displayname="Enable additional comparison of only the tone duration not the silence part">
<conflict>BUSYDETECT_COMPARE_TONE_AND_SILENCE</conflict>
<defaultenabled>no</defaultenabled>
</member>
diff --git a/res/res_prometheus.c b/res/res_prometheus.c
index 3c39733..549af20 100644
--- a/res/res_prometheus.c
+++ b/res/res_prometheus.c
@@ -272,7 +272,7 @@
}
}
- ast_debug(5, "Copmarison: %s (%p) is equal to %s (%p)\n",
+ ast_debug(5, "Comparison: %s (%p) is equal to %s (%p)\n",
left->name, left, right->name, right);
return 1;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16808
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id4c2d2b50184145226ba59a7f4d0af3f3e9faa1b
Gerrit-Change-Number: 16808
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/87b74173/attachment.html>
More information about the asterisk-code-review
mailing list