1
0
Fork 0

[#25] Minor typo fix in MemberBuilder/VisibilityTest

closure/master
Mike Gerwitz 2011-10-27 19:51:28 -04:00
parent 1ba160e51c
commit 11020a9d2a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ require( 'common' ).testCase(
this.basicVisMethodTest = function( vis )
{
var name = vis + 'metohdname',
var name = vis + 'methodname',
val = vis + 'val';
this.buildStubMethod( name, val, vis );