[Asterisk-code-review] spelling: greater (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:09:11 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16949 )


Change subject: spelling: greater
......................................................................

spelling: greater

Change-Id: I03c5661f7016dddbed3e093bf19cf136b6c15ed3
---
M include/asterisk/hashtab.h
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/49/16949/1

diff --git a/include/asterisk/hashtab.h b/include/asterisk/hashtab.h
index 64ed1bf..88fb4f6 100644
--- a/include/asterisk/hashtab.h
+++ b/include/asterisk/hashtab.h
@@ -127,7 +127,7 @@
  * \param b a character string
  * \retval 0 if the strings match
  * \retval <0 if string a is less than string b
- * \retval >0 if string a is greather than string b
+ * \retval >0 if string a is greater than string b
  */
 int ast_hashtab_compare_strings(const void *a, const void *b);
 
@@ -138,7 +138,7 @@
  * \param b a character string
  * \retval 0 if the strings match
  * \retval <0 if string a is less than string b
- * \retval >0 if string a is greather than string b
+ * \retval >0 if string a is greater than string b
  */
 int ast_hashtab_compare_strings_nocase(const void *a, const void *b);
 

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16949
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I03c5661f7016dddbed3e093bf19cf136b6c15ed3
Gerrit-Change-Number: 16949
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/22a03023/attachment-0001.html>


More information about the asterisk-code-review mailing list