# HG changeset patch # User Artem Tikhomirov # Date 1295372570 -3600 # Node ID a47530a2ea127a544535270192167e4257506643 # Parent 25819103de175b8d9bfbe3eba27f0261ed22208a Typo in the method name diff -r 25819103de17 -r a47530a2ea12 src/com/tmate/hgkit/ll/WorkingCopyStatusCollector.java --- a/src/com/tmate/hgkit/ll/WorkingCopyStatusCollector.java Tue Jan 18 18:42:01 2011 +0100 +++ b/src/com/tmate/hgkit/ll/WorkingCopyStatusCollector.java Tue Jan 18 18:42:50 2011 +0100 @@ -35,7 +35,7 @@ * Optionally, supply a collector instance that may cache (or have already cached) base revision * @param sc may be null */ - public void setBseRevisionCollector(StatusCollector sc) { + public void setBaseRevisionCollector(StatusCollector sc) { baseRevisionCollector = sc; }