From 1eee60b375711017120d6166a638248527600924 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 27 Mar 2014 03:12:10 +1000 Subject: Fix typoes. --- ClientHamr/GuiLua/GuiLua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ClientHamr/GuiLua/GuiLua.c') 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. Stuff is an abstract class that gets extended by other classes, like SquealStuff, which was the only thing extending it. It dealt with the basic "collection of things" stuff. Each individual thing was called a -stufflet. A final fooStuff would extend S_juealStuff, and include an +stufflet. A final fooStuff would extend SquealStuff, and include an array of strings called "stufflets" that at least named the stufflets, but could also include metadata and links to other Stuffs. For SquealStuff, the metadata would be read from the SQL database autamatically. -There was varies infrastructure for reading and writing Stuff, throwing +There was various infrastructure for reading and writing Stuff, throwing rows of Stuff into grids, having choices of Stuff, linking stufflets to individual widgets, having default Stuffs for windows, validating Stuffs, etc. -- cgit v1.1