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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:05:07 CDT 2021


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


Change subject: spelling: configuration
......................................................................

spelling: configuration

Change-Id: I08cf9201e3b86c7d3b386a7f1942367fd1b3a911
---
M apps/app_minivm.c
M apps/app_skel.c
M channels/chan_dahdi.c
M channels/console_video.c
M configs/samples/sip.conf.sample
M include/asterisk/doxyref.h
M res/parking/res_parking.h
M res/res_pjsip/pjsip_options.c
8 files changed, 8 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/16/16816/1

diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index 130b489..7e159e4 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -3547,7 +3547,7 @@
 	return(load_config(1));
 }
 
-/*! \brief Reload cofiguration */
+/*! \brief Reload configuration */
 static char *handle_minivm_reload(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
 {
 
diff --git a/apps/app_skel.c b/apps/app_skel.c
index e0b8bca..8d5f314 100644
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -391,7 +391,7 @@
 	);
 
 	if (!cfg) {
-		ast_log(LOG_ERROR, "Couldn't access configuratino data!\n");
+		ast_log(LOG_ERROR, "Couldn't access configuration data!\n");
 		return -1;
 	}
 
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 074bfcc..7ade9b7 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -17869,7 +17869,7 @@
 
 /*! process_dahdi() - ignore keyword 'channel' and similar */
 #define PROC_DAHDI_OPT_NOCHAN  (1 << 0)
-/*! process_dahdi() - No warnings on non-existing cofiguration keywords */
+/*! process_dahdi() - No warnings on non-existing configuration keywords */
 #define PROC_DAHDI_OPT_NOWARN  (1 << 1)
 
 static void parse_busy_pattern(struct ast_variable *v, struct ast_dsp_busy_pattern *busy_cadence)
diff --git a/channels/console_video.c b/channels/console_video.c
index 4bf2918..0a61bdf 100644
--- a/channels/console_video.c
+++ b/channels/console_video.c
@@ -234,7 +234,7 @@
  * The overall descriptor, with room for config info, video source and
  * received data descriptors, SDL info, etc.
  * This should be globally visible to all modules (grabber, vcodecs, gui)
- * and contain all configurtion info.
+ * and contain all configuration info.
  */
 struct video_desc {
 	char codec_name[64];        /* the codec we use */
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index 5c70ba4..ed8fd09 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -114,7 +114,7 @@
 ; ----------------------------------------------------------------------------
 
 ; ** Old configuration options **
-; The "call-limit" configuation option is considered old is replaced
+; The "call-limit" configuration option is considered old is replaced
 ; by new functionality. To enable callcounters, you use the new
 ; "callcounter" setting (for extension states in queue and subscriptions)
 ; You are encouraged to use the dialplan groupcount functionality
diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h
index 73da187..f1e48c0 100644
--- a/include/asterisk/doxyref.h
+++ b/include/asterisk/doxyref.h
@@ -220,7 +220,7 @@
  *	exten => 1234,1,set(xmasattribute=tomtegröt)
  *
  * - Some channels also supports setting channel variables with the \b setvar=
- *   configuraiton option for a device or line.
+ *   configuration option for a device or line.
  *
  * \section AstChanVar_globalvars Global Variables
  * Global variables can also be set in the [globals] section of extensions.conf. The
diff --git a/res/parking/res_parking.h b/res/parking/res_parking.h
index a1a5f49..f07589d 100644
--- a/res/parking/res_parking.h
+++ b/res/parking/res_parking.h
@@ -367,7 +367,7 @@
  * \since 12.0.0
  * \brief Remove extensions belonging to a parking lot configuration
  *
- * \param lot_cfg parking lot configuratin to remove extensions from
+ * \param lot_cfg parking lot configuration to remove extensions from
  *
  * \note This will not remove extensions registered non-exclusively even
  *       if those extensions were registered by lot_cfg. Those are only
diff --git a/res/res_pjsip/pjsip_options.c b/res/res_pjsip/pjsip_options.c
index e1f048e..cc0b5db 100644
--- a/res/res_pjsip/pjsip_options.c
+++ b/res/res_pjsip/pjsip_options.c
@@ -1071,7 +1071,7 @@
 struct sip_options_synchronize_aor_task_data {
 	/*! \brief The AOR options for this AOR */
 	struct sip_options_aor *aor_options;
-	/*! \brief The AOR which contains the new configuraton */
+	/*! \brief The AOR which contains the new configuration */
 	struct ast_sip_aor *aor;
 	/*! \brief Optional container of existing AOR s*/
 	struct ao2_container *existing;

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I08cf9201e3b86c7d3b386a7f1942367fd1b3a911
Gerrit-Change-Number: 16816
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/b3508df8/attachment-0001.html>


More information about the asterisk-code-review mailing list