[Asterisk-code-review] spelling: statically (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:17:29 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17211 )
Change subject: spelling: statically
......................................................................
spelling: statically
Change-Id: I0635ad54689efde83a3fef8e9efbb3976f3e5e7a
---
M configs/samples/sip.conf.sample
M utils/extconf.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/11/17211/1
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index df2f3ea..3ff366d 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -500,7 +500,7 @@
; setup you will not need to enable this.
;dynamic_exclude_static = yes ; Disallow all dynamic hosts from registering
- ; as any IP address used for staticly defined
+ ; as any IP address used for statically defined
; hosts. This helps avoid the configuration
; error of allowing your users to register at
; the same address as a SIP provider.
diff --git a/utils/extconf.c b/utils/extconf.c
index 631cd7f..0ced928 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -2186,7 +2186,7 @@
/* experiment 1: see if it's easier just to use existing config code
* to read in the extensions.conf file. In this scenario,
I have to rip/copy code from other modules, because they
- are staticly declared as-is. A solution would be to move
+ are statically declared as-is. A solution would be to move
the ripped code to another location and make them available
to other modules and standalones */
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17211
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I0635ad54689efde83a3fef8e9efbb3976f3e5e7a
Gerrit-Change-Number: 17211
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/48d73170/attachment.html>
More information about the asterisk-code-review
mailing list