tFix typo - vaccinewars - be a doctor and try to vaccinate the world | |
git clone git://src.adamsgaard.dk/vaccinewars | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 8c7f7b642b39ac3d7dd10ec9d495787c4f3d6107 | |
parent 3962e71bb1184132ee59e03df2b30982887a64d4 | |
Author: Ben Webb | |
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(-) --- | |
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; |