[#25] Minor typo fix in MemberBuilder/VisibilityTest
parent
1ba160e51c
commit
11020a9d2a
|
@ -114,7 +114,7 @@ require( 'common' ).testCase(
|
||||||
|
|
||||||
this.basicVisMethodTest = function( vis )
|
this.basicVisMethodTest = function( vis )
|
||||||
{
|
{
|
||||||
var name = vis + 'metohdname',
|
var name = vis + 'methodname',
|
||||||
val = vis + 'val';
|
val = vis + 'val';
|
||||||
|
|
||||||
this.buildStubMethod( name, val, vis );
|
this.buildStubMethod( name, val, vis );
|
||||||
|
|
Loading…
Reference in New Issue