]> granicus.if.org Git - graphviz/commitdiff
smyrna: fix comment typos
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Nov 2021 15:18:47 +0000 (07:18 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Nov 2021 14:52:28 +0000 (06:52 -0800)
cmd/smyrna/gltemplate.h
cmd/smyrna/gui/frmobjectui.c
cmd/smyrna/gui/gui.h

index af5843afbcb27ea30b83331d137293d8bb7605a3..e0a30c91056a5448f2c8e8183b655ae8ec293b33 100644 (file)
@@ -11,7 +11,7 @@
 #pragma once
 
 /*
-       this code is used to set up a opngl window and set
+       this code is used to set up a OpenGL window and set
        some basic features (panning zooming and rotating)
        Viewport.h provides a higher level control such as drawing primitives
 */
index 2c6488d5f888ed480b1fd84d97338fc4a335e3ee..55d6d1e2722d2d768b6f1ab98a16de0dc2fc3ca9 100644 (file)
@@ -444,7 +444,7 @@ static void filter_attributes(char *prefix, topview * t)
                             tmp);
 }
 
-/*asttribute text changed call back*/
+// attribute text changed call back
 
 _BB void on_txtAttr_changed(GtkWidget * widget, gpointer user_data)
 {
index 45741b73ca0b07cd20d8358c7f2746dd0cdb5bc5..49a54e048d82bc65d0fe04f5e8a8634313c70bc3 100644 (file)
@@ -31,7 +31,7 @@
 
     void load_attributes(void);        //loads attributes from a text file
 
-//GTK helpre functions
+//GTK helper functions
 //void Color_Widget_bg (int r, int g, int b, GtkWidget *widget);        //change background color 
     void Color_Widget_bg(char *colorstring, GtkWidget * widget);
 /*generic warning pop up*/