From: Matthew Fernandez Date: Wed, 10 Nov 2021 15:18:47 +0000 (-0800) Subject: smyrna: fix comment typos X-Git-Tag: 2.50.0~31^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f707b0048a5dac5488855884bbaae912f3b2e567;p=graphviz smyrna: fix comment typos --- diff --git a/cmd/smyrna/gltemplate.h b/cmd/smyrna/gltemplate.h index af5843afb..e0a30c910 100644 --- a/cmd/smyrna/gltemplate.h +++ b/cmd/smyrna/gltemplate.h @@ -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 */ diff --git a/cmd/smyrna/gui/frmobjectui.c b/cmd/smyrna/gui/frmobjectui.c index 2c6488d5f..55d6d1e27 100644 --- a/cmd/smyrna/gui/frmobjectui.c +++ b/cmd/smyrna/gui/frmobjectui.c @@ -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) { diff --git a/cmd/smyrna/gui/gui.h b/cmd/smyrna/gui/gui.h index 45741b73c..49a54e048 100644 --- a/cmd/smyrna/gui/gui.h +++ b/cmd/smyrna/gui/gui.h @@ -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*/