fix make check after merge

This commit is contained in:
Mark Cavage 2012-02-24 08:39:21 -08:00
parent 8990874caa
commit 7fc249565e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ function getOperationType(requestType) {
return 8;
default:
throw new TypeError('requestType %s, is an invalid request type',
request);
requestType);
}
}