[Asterisk-code-review] spelling: algorithm (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:23 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16713 )
Change subject: spelling: algorithm
......................................................................
spelling: algorithm
Change-Id: I9900445bce28d8c28a271fbcd38dc22916958402
---
M funcs/func_sha1.c
M res/res_config_ldap.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/16713/1
diff --git a/funcs/func_sha1.c b/funcs/func_sha1.c
index 6c96ecd..58783ae 100644
--- a/funcs/func_sha1.c
+++ b/funcs/func_sha1.c
@@ -44,7 +44,7 @@
</parameter>
</syntax>
<description>
- <para>Generate a SHA1 digest via the SHA1 algorythm.</para>
+ <para>Generate a SHA1 digest via the SHA1 algorithm.</para>
<para>Example: Set(sha1hash=${SHA1(junky)})</para>
<para>Sets the asterisk variable sha1hash to the string <literal>60fa5675b9303eb62f99a9cd47f9f5837d18f9a0</literal>
which is known as his hash</para>
diff --git a/res/res_config_ldap.c b/res/res_config_ldap.c
index accd633..fc5b053 100644
--- a/res/res_config_ldap.c
+++ b/res/res_config_ldap.c
@@ -1086,7 +1086,7 @@
}
-/*! \brief Sorting alogrithm for qsort to find the order of the variables \a a and \a b
+/*! \brief Sorting algorithm for qsort to find the order of the variables \a a and \a b
* \param a pointer to category_and_metric struct
* \param b pointer to category_and_metric struct
*
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16713
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I9900445bce28d8c28a271fbcd38dc22916958402
Gerrit-Change-Number: 16713
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/df19fe9e/attachment-0001.html>
More information about the asterisk-code-review
mailing list