- Revision
- 11236
- Author
- vajda
- Date
- 2006-07-22 07:49:38 -0700 (Sat, 22 Jul 2006)
Log Message
fixed typo (thanks Jeffrey)
Modified Paths
Diff
Modified: trunk/chandler/repository/item/Indexed.py (11235 => 11236)
--- trunk/chandler/repository/item/Indexed.py 2006-07-22 01:43:14 UTC (rev 11235) +++ trunk/chandler/repository/item/Indexed.py 2006-07-22 14:49:38 UTC (rev 11236) @@ -229,7 +229,7 @@ if key in index: moves.append(key) else: - insertions.append(ley) + insertions.append(key) elif key in index: index.removeKey(key)
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
