We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d549371 commit 12acffcCopy full SHA for 12acffc
pynvim/msgpack_rpc/session.py
@@ -38,7 +38,7 @@ def handler():
38
try:
39
fn(*args, **kwargs)
40
except Exception:
41
- warn("error caught while excecuting async callback\n%s\n",
+ warn("error caught while executing async callback\n%s\n",
42
format_exc())
43
44
def greenlet_wrapper():
0 commit comments