]> granicus.if.org Git - graphviz/commitdiff
smyrna load_mouse_actions: fix comment typo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 7 Sep 2022 04:03:30 +0000 (21:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 00:11:28 +0000 (17:11 -0700)
cmd/smyrna/hotkeymap.c

index 23b3c35f60f1163006ff69b023f4fdbd587426aa..09e048815a665a57312d1027c57413bb49ce0124 100644 (file)
@@ -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];