[Asterisk-code-review] spelling: default (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:06:09 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16857 )
Change subject: spelling: default
......................................................................
spelling: default
Change-Id: I555a7236d955972eab84a7c1e8d974ed126079f8
---
M configs/samples/config_test.conf.sample
M include/asterisk/cli.h
M main/say.c
M menuselect/contrib/menuselect-dummy
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/57/16857/1
diff --git a/configs/samples/config_test.conf.sample b/configs/samples/config_test.conf.sample
index b7cb212..435bf3b 100644
--- a/configs/samples/config_test.conf.sample
+++ b/configs/samples/config_test.conf.sample
@@ -1,6 +1,6 @@
; Config to test config parsing
; global and item have values that differ from defaults
-; global_defaults and item_defualts are to show all defaults are set
+; global_defaults and item_defaults are to show all defaults are set
; there should be an option for every default type, and a custom type
[global]
diff --git a/include/asterisk/cli.h b/include/asterisk/cli.h
index 71468e5..6876cb3 100644
--- a/include/asterisk/cli.h
+++ b/include/asterisk/cli.h
@@ -374,7 +374,7 @@
/*
* \brief Allow a CLI command to be executed while Asterisk is shutting down.
*
- * CLI commands by defeault are disabled when Asterisk is shutting down. This is
+ * CLI commands by default are disabled when Asterisk is shutting down. This is
* to ensure the safety of the shutdown since CLI commands may attempt to access
* resources that have been freed as a result of the shutdown.
*
diff --git a/main/say.c b/main/say.c
index ae970c3..68bc0de 100644
--- a/main/say.c
+++ b/main/say.c
@@ -953,7 +953,7 @@
int left = 0;
int length = 0;
- /* options - w = woman, m = man, n = neutral. Defaultl is woman */
+ /* options - w = woman, m = man, n = neutral. Default is woman */
if (!options)
options = "w";
diff --git a/menuselect/contrib/menuselect-dummy b/menuselect/contrib/menuselect-dummy
index 928669a..7ecf94b 100755
--- a/menuselect/contrib/menuselect-dummy
+++ b/menuselect/contrib/menuselect-dummy
@@ -39,7 +39,7 @@
# #exclude res_config_.*
#
# # include: syntax is the same as exclude. Overrides exclude and
-# # modules that are marked as disabled by defualt:
+# # modules that are marked as disabled by default:
# #include res_config_sqlite3 app_skel
#
# # If you want to make sure some modules will be configured to build,
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16857
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I555a7236d955972eab84a7c1e8d974ed126079f8
Gerrit-Change-Number: 16857
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/290eb50c/attachment.html>
More information about the asterisk-code-review
mailing list