Skip to content

Commit

Permalink
Fix typo in event listener method 'OnEvent_capabilities'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeiffer16 authored and puremourning committed Jun 22, 2019
1 parent 01c0f07 commit 25f45a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3/vimspector/debug_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def _LoadThreadsIfReady( self ):
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 {} )

Expand Down

0 comments on commit 25f45a7

Please sign in to comment.