From: Matthew Fernandez Date: Wed, 7 Sep 2022 04:03:30 +0000 (-0700) Subject: smyrna load_mouse_actions: fix comment typo X-Git-Tag: 6.0.1~4^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39ca1cb6531bf1c273ba8a0361b416e4c62c6379;p=graphviz smyrna load_mouse_actions: fix comment typo --- diff --git a/cmd/smyrna/hotkeymap.c b/cmd/smyrna/hotkeymap.c index 23b3c35f6..09e048815 100644 --- a/cmd/smyrna/hotkeymap.c +++ b/cmd/smyrna/hotkeymap.c @@ -113,7 +113,7 @@ static int get_drag(const char *s) void load_mouse_actions(ViewInfo * v) { - /*file parsing is temporarrily not available */ + // file parsing is temporarily not available int i = 0; FILE *file; char linebuf[BUFSIZ];