Fix a typo in Tim's fix.
diff --git a/Demo/pdist/cvslib.py b/Demo/pdist/cvslib.py
index c72cd6b..fa0e0f9 100755
--- a/Demo/pdist/cvslib.py
+++ b/Demo/pdist/cvslib.py
@@ -292,7 +292,7 @@
 		if os.path.isdir(file): return True
 		for pat in self.IgnoreList:
 			if fnmatch.fnmatch(file, pat): return True
-		return Falso
+		return False
 
 
 # hexify and unhexify are useful to print MD5 checksums in hex format