fixed spelling mistake of method

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@52 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2009-03-13 18:51:53 +00:00
parent 968281e460
commit a38a038204
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ public interface LocusWalker<MapType, ReduceType> {
ReduceType reduceInit();
ReduceType reduce(MapType value, ReduceType sum);
void onTraveralDone();
void onTraversalDone();
}