diff options
author | David Walter Seikel | 2014-03-27 03:12:10 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-27 03:12:10 +1000 |
commit | 1eee60b375711017120d6166a638248527600924 (patch) | |
tree | 5b7e243dd262c3c14ea437f35b24c7ba9af9ad50 | |
parent | Can't have two foo's fool. (diff) | |
download | SledjHamr-1eee60b375711017120d6166a638248527600924.zip SledjHamr-1eee60b375711017120d6166a638248527600924.tar.gz SledjHamr-1eee60b375711017120d6166a638248527600924.tar.bz2 SledjHamr-1eee60b375711017120d6166a638248527600924.tar.xz |
Fix typoes.
-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. |