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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:08:03 CDT 2021


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


Change subject: spelling: execute
......................................................................

spelling: execute

Change-Id: I36b30723651840dc695cadd56ddda8da5eadd47c
---
M res/res_config_curl.c
M res/res_config_odbc.c
2 files changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/20/16920/1

diff --git a/res/res_config_curl.c b/res/res_config_curl.c
index 5fd38d5..a124958 100644
--- a/res/res_config_curl.c
+++ b/res/res_config_curl.c
@@ -121,7 +121,7 @@
 }
 
 /*!
- * \brief Excute an Select query and return ast_config list
+ * \brief Execute an Select query and return ast_config list
  * \param url
  * \param unused
  * \param fields list containing one or more field/operator/value set.
diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c
index fd0078f..0d4f767 100644
--- a/res/res_config_odbc.c
+++ b/res/res_config_odbc.c
@@ -155,7 +155,7 @@
 }
 
 /*!
- * \brief Excute an SQL query and return ast_variable list
+ * \brief Execute an SQL query and return ast_variable list
  * \param database
  * \param table
  * \param ap list containing one or more field/operator/value set.
@@ -326,7 +326,7 @@
 }
 
 /*!
- * \brief Excute an Select query and return ast_config list
+ * \brief Execute an Select query and return ast_config list
  * \param database
  * \param table
  * \param ap list containing one or more field/operator/value set.
@@ -499,7 +499,7 @@
 }
 
 /*!
- * \brief Excute an UPDATE query
+ * \brief Execute an UPDATE query
  * \param database
  * \param table
  * \param keyfield where clause field
@@ -726,7 +726,7 @@
 }
 
 /*!
- * \brief Excute an INSERT query
+ * \brief Execute an INSERT query
  * \param database
  * \param table
  * \param ap list containing one or more field/value set(s)
@@ -807,7 +807,7 @@
 }
 
 /*!
- * \brief Excute an DELETE query
+ * \brief Execute an DELETE query
  * \param database
  * \param table
  * \param keyfield where clause field

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I36b30723651840dc695cadd56ddda8da5eadd47c
Gerrit-Change-Number: 16920
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/dc663400/attachment.html>


More information about the asterisk-code-review mailing list