tFix typo - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8c7f7b642b39ac3d7dd10ec9d495787c4f3d6107
 (DIR) parent 3962e71bb1184132ee59e03df2b30982887a64d4
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Thu, 26 Nov 2020 22:26:45 -0800
       
       Fix typo
       
       Diffstat:
         M src/gtkport/treeview.h              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gtkport/treeview.h b/src/gtkport/treeview.h
       t@@ -45,7 +45,7 @@ typedef struct _GtkTreeView GtkTreeSelection;
        /* A list row is just a list of pointers to column data */
        typedef struct _GtkListStoreRow GtkListStoreRow;
        
       -/* Tree iterators and paths are eaach just a row index */
       +/* Tree iterators and paths are each just a row index */
        typedef guint GtkTreeIter;
        typedef guint GtkTreePath;