aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 03:12:10 +1000
committerDavid Walter Seikel2014-03-27 03:12:10 +1000
commit1eee60b375711017120d6166a638248527600924 (patch)
tree5b7e243dd262c3c14ea437f35b24c7ba9af9ad50 /ClientHamr/GuiLua/GuiLua.c
parentCan't have two foo's fool. (diff)
downloadSledjHamr-1eee60b375711017120d6166a638248527600924.zip
SledjHamr-1eee60b375711017120d6166a638248527600924.tar.gz
SledjHamr-1eee60b375711017120d6166a638248527600924.tar.bz2
SledjHamr-1eee60b375711017120d6166a638248527600924.tar.xz
Fix typoes.
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c4
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.
106Stuff is an abstract class that gets extended by other classes, like 106Stuff is an abstract class that gets extended by other classes, like
107SquealStuff, which was the only thing extending it. It dealt with the 107SquealStuff, which was the only thing extending it. It dealt with the
108basic "collection of things" stuff. Each individual thing was called a 108basic "collection of things" stuff. Each individual thing was called a
109stufflet. A final fooStuff would extend S_juealStuff, and include an 109stufflet. A final fooStuff would extend SquealStuff, and include an
110array of strings called "stufflets" that at least named the stufflets, 110array of strings called "stufflets" that at least named the stufflets,
111but could also include metadata and links to other Stuffs. For 111but could also include metadata and links to other Stuffs. For
112SquealStuff, the metadata would be read from the SQL database 112SquealStuff, the metadata would be read from the SQL database
113autamatically. 113autamatically.
114 114
115There was varies infrastructure for reading and writing Stuff, throwing 115There was various infrastructure for reading and writing Stuff, throwing
116rows of Stuff into grids, having choices of Stuff, linking stufflets to 116rows of Stuff into grids, having choices of Stuff, linking stufflets to
117individual widgets, having default Stuffs for windows, validating 117individual widgets, having default Stuffs for windows, validating
118Stuffs, etc. 118Stuffs, etc.