[asterisk-commits] sip to pjsip.py: Fix comment typo and tabs. (asterisk[14])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 6 14:07:03 CDT 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: sip_to_pjsip.py: Fix comment typo and tabs.
......................................................................
sip_to_pjsip.py: Fix comment typo and tabs.
Change-Id: If35174614545727817d329c60ba4456c028941b5
---
M contrib/scripts/sip_to_pjsip/sip_to_pjsip.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
George Joseph: Looks good to me, approved
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, but someone else must approve
diff --git a/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py
index 1a0d6a4..d94939b 100755
--- a/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py
+++ b/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py
@@ -17,7 +17,7 @@
def section_by_type(section, pjsip, type):
"""Finds a section based upon the given type, adding it if not found."""
def __find_dict(mdicts, key, val):
- """Given a list of mult-dicts, return the multi-dict that contains
+ """Given a list of multi-dicts, return the multi-dict that contains
the given key/value pair."""
def found(d):
@@ -1181,7 +1181,7 @@
"""
global PREFIX
usage = "usage: %prog [options] [input-file [output-file]]\n\n" \
- "Converts the chan_sip configuration input-file to the chan_pjsip output-file.\n"\
+ "Converts the chan_sip configuration input-file to the chan_pjsip output-file.\n" \
"The input-file defaults to 'sip.conf'.\n" \
"The output-file defaults to 'pjsip.conf'."
parser = optparse.OptionParser(usage=usage)
--
To view, visit https://gerrit.asterisk.org/3793
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If35174614545727817d329c60ba4456c028941b5
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
More information about the asterisk-commits
mailing list