<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,7 +63,7 @@ def findFiles(args, recursive = False, verbose = False):
     &quot;&quot;&quot;
     Takes a list of files/folders, grabs files inside them. Does not recurse
     more than one level (if a folder is supplied, it will list files within),
-    unless recurse is True, in which case it will recursivly find all files.
+    unless recurse is True, in which case it will recursively find all files.
     &quot;&quot;&quot;
     allfiles = []
     for cfile in args:
@@ -74,7 +74,8 @@ def findFiles(args, recursive = False, verbose = False):
                     allfiles.append(newpath)
                 else:
                     if recursive:
-                        if verbose: print &quot;Recursivly scanning %s&quot; % (newpath)
+                        if verbose:
+                            print &quot;Recursively scanning %s&quot; % (newpath)
                         allfiles.extend(
                             findFiles([newpath], recursive = recursive, verbose = verbose)
                         )</diff>
      <filename>tvnamer.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2cf957039c09fb9bf8f703958eba633271616342</id>
    </parent>
  </parents>
  <author>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </author>
  <url>http://github.com/dbr/tvdb_api/commit/20842f9ba33a44bd39a7ab53b997c519995901d6</url>
  <id>20842f9ba33a44bd39a7ab53b997c519995901d6</id>
  <committed-date>2009-05-27T14:47:42-07:00</committed-date>
  <authored-date>2009-05-27T14:47:42-07:00</authored-date>
  <message>Spelling</message>
  <tree>fdba4cf9173d385c3dbe1c8a4a47028b8fd9ef66</tree>
  <committer>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </committer>
</commit>
