correcting typos

This commit is contained in:
Danny Yoo 2011-07-13 14:47:24 -04:00
parent 7c8e24133d
commit f4ace3d6e0
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ var checkPointsCount = plt.baselib.check.makeCheckArgumentType(
"positive integer greater than or equal to 2");
var checkListofColor = plt.baselib.check.makeCheckListofArgumenType(
var checkListofColor = plt.baselib.check.makeCheckListofArgumentType(
isColor,
'color');

View File

@ -6,7 +6,7 @@
var EMPTY = plt.baselib.lists.EMPTY;
var isPair = plt.baselib.lists.isPair;
var makeLowLevelEqHash = plt.baselib.hash.makeLowLevelEqHash;
var makeLowLevelEqHash = plt.baselib.hashes.makeLowLevelEqHash;
//////////////////////////////////////////////////////////////////////