Fix typo in event listener method 'OnEvent_capabilities'

This commit is contained in:
jpfeiffer16 2019-06-21 21:51:50 -06:00 committed by Ben Jackson
commit 25f45a7771

View file

@ -615,7 +615,7 @@ class DebugSession( object ):
self._stackTraceView.LoadThreads( True )
def OnEvent_capabiilities( self, msg ):
def OnEvent_capabilities( self, msg ):
self._server_capabilities.update(
( msg.get( 'body' ) or {} ).get( 'capabilities' ) or {} )