[Asterisk-code-review] sip to pjsip.py: Fix comment typo and tabs. (asterisk[13])

Richard Mudgett asteriskteam at digium.com
Fri Sep 2 13:02:36 CDT 2016


Richard Mudgett has uploaded a new change for review.

  https://gerrit.asterisk.org/3792

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(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/92/3792/1

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/3792
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If35174614545727817d329c60ba4456c028941b5
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list