diff options
-rw-r--r-- | ClientHamr/GuiLua/GuiLua.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c index 3588ea0..d70061d 100644 --- a/ClientHamr/GuiLua/GuiLua.c +++ b/ClientHamr/GuiLua/GuiLua.c | |||
@@ -106,13 +106,13 @@ database stuff for now, but should keep it in mind. | |||
106 | Stuff is an abstract class that gets extended by other classes, like | 106 | Stuff is an abstract class that gets extended by other classes, like |
107 | SquealStuff, which was the only thing extending it. It dealt with the | 107 | SquealStuff, which was the only thing extending it. It dealt with the |
108 | basic "collection of things" stuff. Each individual thing was called a | 108 | basic "collection of things" stuff. Each individual thing was called a |
109 | stufflet. A final fooStuff would extend S_juealStuff, and include an | 109 | stufflet. A final fooStuff would extend SquealStuff, and include an |
110 | array of strings called "stufflets" that at least named the stufflets, | 110 | array of strings called "stufflets" that at least named the stufflets, |
111 | but could also include metadata and links to other Stuffs. For | 111 | but could also include metadata and links to other Stuffs. For |
112 | SquealStuff, the metadata would be read from the SQL database | 112 | SquealStuff, the metadata would be read from the SQL database |
113 | autamatically. | 113 | autamatically. |
114 | 114 | ||
115 | There was varies infrastructure for reading and writing Stuff, throwing | 115 | There was various infrastructure for reading and writing Stuff, throwing |
116 | rows of Stuff into grids, having choices of Stuff, linking stufflets to | 116 | rows of Stuff into grids, having choices of Stuff, linking stufflets to |
117 | individual widgets, having default Stuffs for windows, validating | 117 | individual widgets, having default Stuffs for windows, validating |
118 | Stuffs, etc. | 118 | Stuffs, etc. |