[Asterisk-code-review] spelling: integer (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:10:53 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16986 )
Change subject: spelling: integer
......................................................................
spelling: integer
Change-Id: I23da28fa3a76e44c185836f979e553a9912a911c
---
M addons/ooh323c/src/eventHandler.h
M include/asterisk/crypto.h
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/86/16986/1
diff --git a/addons/ooh323c/src/eventHandler.h b/addons/ooh323c/src/eventHandler.h
index 0f98f33..f81ae24 100644
--- a/addons/ooh323c/src/eventHandler.h
+++ b/addons/ooh323c/src/eventHandler.h
@@ -92,7 +92,7 @@
/**
* This is a function pointer for a callback function which is invoked from
- * within a decode function when a value of the INTERGER ASN.1 type is parsed.
+ * within a decode function when a value of the INTEGER ASN.1 type is parsed.
*
* @param value Parsed value.
* @return - none
diff --git a/include/asterisk/crypto.h b/include/asterisk/crypto.h
index 836abf4..7f202b5 100644
--- a/include/asterisk/crypto.h
+++ b/include/asterisk/crypto.h
@@ -47,7 +47,7 @@
/*!
* \brief Retrieve a key
* \param key Name of the key we are retrieving
- * \param type Intger type of key (AST_KEY_PUBLIC or AST_KEY_PRIVATE)
+ * \param type Integer type of key (AST_KEY_PUBLIC or AST_KEY_PRIVATE)
*
* \retval the key on success.
* \retval NULL on failure.
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16986
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I23da28fa3a76e44c185836f979e553a9912a911c
Gerrit-Change-Number: 16986
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/5133c9e9/attachment-0001.html>
More information about the asterisk-code-review
mailing list