<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -97,7 +97,7 @@ class BossArray(object):
                             legal_runs.append((index+offset,tmp_count))
                 downloaded = []
                 for index,count in legal_runs:
-                    tuples = zip(xrange(index,index+count),self._download(index,count,sortd=False))
+                    tuples = zip(xrange(index,index+count),self._download(index,count,sort=False))
                     downloaded = downloaded + tuples
                 # We turned off sorting while downloading the runs, since
                 # we knew we'd be adding a lot of data at once and it would</diff>
      <filename>boss_array.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>10b66fc4021d29fe21640c6f0a57cce4c18141ff</id>
    </parent>
  </parents>
  <author>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </author>
  <url>http://github.com/lethain/bossarray/commit/2a36e92985d056e09d5b2c80eeb8c0dc284c0575</url>
  <id>2a36e92985d056e09d5b2c80eeb8c0dc284c0575</id>
  <committed-date>2008-07-28T01:58:32-07:00</committed-date>
  <authored-date>2008-07-28T01:58:32-07:00</authored-date>
  <message>Fixed typo.</message>
  <tree>51a477e856a7a1336d4f4f8c9e689ae81a39717e</tree>
  <committer>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </committer>
</commit>
