timmerk / ipaddr-py

Automatically exported from code.google.com/p/ipaddr-py
0 stars 0 forks source link

commentary typo fix #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

$ svngrep -r interator *
ipaddr.py:        """Return a list of subnets, rather than an interator."""

What is the expected output? What do you see instead?

Well, i'm expecting to read "iterator", without the surplus 'n' ;)

What version of the product are you using? On what operating system?

r191

Please provide any additional information below.

sed -i -e s/interator/iterator ipaddr.py && svn ci -m 'Commentary typo fix' 
ipaddr.py

thanks,

Original issue reported on code.google.com by rep.dot....@gmail.com on 22 Sep 2010 at 8:50

GoogleCodeExporter commented 9 years ago
another one:

$ svngrep -r compata *
ipaddr_test.py:        # compatability with ipv4

so..
sed -i -e s/compata/compati/ ipaddr_test.py && svn ci -m 'Commentary typo fix' 
ipaddr_test.py

Original comment by rep.dot....@gmail.com on 22 Sep 2010 at 8:52

GoogleCodeExporter commented 9 years ago
patch with these 2 typos for your convenience

Original comment by rep.dot....@gmail.com on 22 Sep 2010 at 9:28

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ha...@google.com on 30 Sep 2010 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by ha...@google.com on 1 Oct 2010 at 3:35

GoogleCodeExporter commented 9 years ago

Original comment by ha...@google.com on 4 Oct 2010 at 11:14