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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:15:36 CDT 2021


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


Change subject: spelling: registered
......................................................................

spelling: registered

Change-Id: Ie134e1108dd3d12deb31ba033bf3620272f63d5b
---
M addons/ooh323c/src/ooGkClient.c
M apps/app_skel.c
M include/asterisk/parking.h
3 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/44/17144/1

diff --git a/addons/ooh323c/src/ooGkClient.c b/addons/ooh323c/src/ooGkClient.c
index bcbe39c..177978d 100644
--- a/addons/ooh323c/src/ooGkClient.c
+++ b/addons/ooh323c/src/ooGkClient.c
@@ -2871,7 +2871,7 @@
 
 /**
  * TODO: This function might not work properly in case of additive registrations
- * For example we registrered 10 aliases and gatekeeper accepted 8 of them.
+ * For example we registered 10 aliases and gatekeeper accepted 8 of them.
  * Now we want to register another two new aliases(not out of those first 10).
  * Gk responds with RCF with empty terminalAlias field thus indicating both
  * the aliases were accepted. If this function is called, it will even mark
diff --git a/apps/app_skel.c b/apps/app_skel.c
index 8d5f314..0fcc456 100644
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -349,7 +349,7 @@
  * bitfields in the config struct will have to use a custom handler
  * \param opt The opaque config option
  * \param var The ast_variable containing the option name and value
- * \param obj The object registerd for this option type
+ * \param obj The object registered for this option type
  * \retval 0 Success
  * \retval non-zero Failure
  */
diff --git a/include/asterisk/parking.h b/include/asterisk/parking.h
index 512b1da..ce701dd 100644
--- a/include/asterisk/parking.h
+++ b/include/asterisk/parking.h
@@ -285,7 +285,7 @@
  *
  * \param The module name of the provider to unregister
  *
- * \retval 0 if the parking provider \c module_name was unregsistered
+ * \retval 0 if the parking provider \c module_name was unregistered
  * \retval -1 on error
  */
 int ast_parking_unregister_bridge_features(const char *module_name);
@@ -293,8 +293,8 @@
 /*!
  * \brief Check whether a parking provider is registered
  *
- * \retval 0 if there is no parking provider regsistered
- * \retval 1 if there is a parking provider regsistered
+ * \retval 0 if there is no parking provider registered
+ * \retval 1 if there is a parking provider registered
  */
 int ast_parking_provider_registered(void);
 

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ie134e1108dd3d12deb31ba033bf3620272f63d5b
Gerrit-Change-Number: 17144
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/9f0f326e/attachment-0001.html>


More information about the asterisk-code-review mailing list